You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JRedis
Hi.
Does JRedis support the blocking list operations (BRPOP and/or
BLPOP) ? I have a simple producer / consumer setup using a Redis list
as a queue, and I would like to avoid polling the queue...
I'm using Redis 1.3.14 (a.k.a. 2.0.0 RC1) and I tried both jredis 1.0
RC1 and the latest from the git master branch (BTW, while compiling
the git master branch many tests ran by maven failed - is it
normal ?).