]> git.saurik.com Git - redis.git/commit
Return errors if a write command is called inside a Lua script after a random command...
authorantirez <antirez@gmail.com>
Tue, 27 Sep 2011 13:30:31 +0000 (15:30 +0200)
committerantirez <antirez@gmail.com>
Tue, 27 Sep 2011 13:30:31 +0000 (15:30 +0200)
commit9f772cc23744804fc4b5da2aa7985c4c512abf55
treeb97017d214be68a82b582fbd2aaff587041adf3d
parent15ef6053404686995024adb373854a009a3d2d39
Return errors if a write command is called inside a Lua script after a random command was called. See https://github.com/antirez/redis/issues/95 for more information.
src/redis.h
src/scripting.c