mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
@ -2683,6 +2683,7 @@ int processCommand(client *c) {
|
||||
|
||||
/* Lua script too slow? Only allow a limited number of commands. */
|
||||
if (server.lua_timedout &&
|
||||
!(c->flags & CLIENT_MASTER) &&
|
||||
c->cmd->proc != authCommand &&
|
||||
c->cmd->proc != replconfCommand &&
|
||||
!(c->cmd->proc == shutdownCommand &&
|
||||
|
Reference in New Issue
Block a user