mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 09:17:20 +00:00
4985c11bd6
This was a regression from #7625 (only in 6.2 RC2). This makes it possible again to implement blocking list and zset commands using the modules API. This commit also includes a test case for the reverse: A module unblocks a client blocked on BLPOP by inserting elements using RedisModule_ListPush(). This already works, but it was untested. |
||
---|---|---|
.. | ||
auth.c | ||
blockedclient.c | ||
blockonkeys.c | ||
commandfilter.c | ||
datatype.c | ||
defragtest.c | ||
fork.c | ||
getkeys.c | ||
hooks.c | ||
infotest.c | ||
keyspace_events.c | ||
Makefile | ||
misc.c | ||
propagate.c | ||
scan.c | ||
test_lazyfree.c | ||
testrdb.c | ||
timer.c |