]> git.saurik.com Git - redis.git/commit - src/t_list.c
BLPOP inside MULTI/EXEC block no longer crashes, instead if the list is empty the...
authorantirez <antirez@gmail.com>
Mon, 30 Aug 2010 14:31:03 +0000 (16:31 +0200)
committerantirez <antirez@gmail.com>
Mon, 30 Aug 2010 14:31:03 +0000 (16:31 +0200)
commitfb92ecece75ec48efb927fa6c2f2f86a58f73609
tree8954ea4a3eea65d1beb753e258f888b074dee08e
parent8079656a8ea7c379815366c6f89f9954e86a57be
BLPOP inside MULTI/EXEC block no longer crashes, instead if the list is empty the behavior is like if the timeout is reached. This fixes Issue 285
src/t_list.c
tests/unit/type/list.tcl