]> git.saurik.com Git - redis.git/commit
Allow AUTH when Redis is busy because of timedout Lua script.
authorantirez <antirez@gmail.com>
Thu, 11 Oct 2012 16:34:05 +0000 (18:34 +0200)
committerantirez <antirez@gmail.com>
Thu, 11 Oct 2012 16:35:52 +0000 (18:35 +0200)
commit0e25c0ccf4d1b2c329366aecbe821c5b317be230
tree62964a26c32b04114b8fd0797833c60714816de3
parent151b606c11b18e1afc8df132910f26b313143bb4
Allow AUTH when Redis is busy because of timedout Lua script.

If the server is password protected we need to accept AUTH when there is
a server busy (-BUSY) condition, otherwise it will be impossible to send
SHUTDOWN NOSAVE or SCRIPT KILL.

This fixes issue #708.
src/redis.c