mirror of
https://github.com/fluencelabs/redis
synced 2025-06-17 03:01:20 +00:00
Use commands (effects) replication by default in scripts.
See issue #5250 and issue #5292 for more info.
This commit is contained in:
@ -917,7 +917,6 @@ void scriptingInit(int setup) {
|
||||
server.lua_client = NULL;
|
||||
server.lua_caller = NULL;
|
||||
server.lua_timedout = 0;
|
||||
server.lua_always_replicate_commands = 0; /* Only DEBUG can change it.*/
|
||||
ldbInit();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user