]> 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:34:05 +0000 (18:34 +0200)
commitbe6cbd3a6e466c43300cba428f8f87a6d272c6f3
treef8d85dfd12153dc763111141f79de427e67a6b06
parentd10a01bb6d8645f66b66e1fb3d1c52a0dd7bd8fe
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