spullara / redis-protocol

Java client and server implementation of Redis
356 stars 134 forks source link

No support for open ranges #39

Open prog8 opened 10 years ago

prog8 commented 10 years ago

zrangebyscore redis method supports opened ranges: http://redis.io/commands/zrevrangebyscore

ZREVRANGEBYSCORE myzset (2 (1

Java redis protocol doesn't support that.