15:31:04 GMT *** FATAL CONFIG FILE ERROR *** 15:31:05 GMT Reading the configuration file, at line 88 15:31:07 GMT >>> 'protected-mode yes' 15:31:08 GMT Bad directive or wrong number of arguments 15:31:19 GMT i am getting above error while configuring redis cluster 15:31:28 GMT ../redis-server ./redis.conf 15:33:05 GMT sorry never used cluster before 18:02:30 GMT Are there any benefits of using LUA over Multi/exec? 18:09:29 GMT sev1: multi only works for a few things where you don't need to do anything with redis responses immediately 18:12:27 GMT minus: Thanks. Is it a bad idea to have some logic in the lua scripts apart from redis calls? If I need to check dates and such things? 18:13:08 GMT no, that's fine 18:13:15 GMT Fair enough! Thanks