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.