]> git.saurik.com Git - redis.git/commit - redis.conf
If a Lua script executes for more time than the max time specified in the configurati...
authorantirez <antirez@gmail.com>
Thu, 27 Oct 2011 12:49:10 +0000 (14:49 +0200)
committerantirez <antirez@gmail.com>
Thu, 27 Oct 2011 12:49:10 +0000 (14:49 +0200)
commit115e3ff39e8cbf2f2e044fbd6c65c2e6602c537f
treef43e1f6c4aa7a6f000680b3cd9c0e25b98c76e64
parentbb48c5fa678b182deb59a59beb293f6c45060ca1
If a Lua script executes for more time than the max time specified in the configuration Redis will log a warning, and will start accepting queries (re-entering the event loop), returning -SLOWSCRIPT error for all the commands but SHUTDOWN that remains callable.
redis.conf
src/redis.c
src/redis.h
src/scripting.c