Implemented ZREMRANGEBYSCORE

This commit is contained in:
Jonathan Leibiusky
2010-08-07 19:37:16 -03:00
parent bb54328802
commit 84f4c45004
4 changed files with 29 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ Jedis is a WORK IN PROGRESS.
- Sharding
- Persistence control commands
- Remote server control commands
- The ZREMRANGEBYSCORE, ZUNIONSTORE, ZINTERSTORE commands
- The ZUNIONSTORE, ZINTERSTORE commands
But stay close because things are going fast and all this will be implemented soon!
@@ -22,7 +22,7 @@ But stay close because things are going fast and all this will be implemented so
- Commands operating on hashes
- Commands operating on lists
- Commands operating on sets
- Commands operating on sorted sets (not ZREMRANGEBYSCORE, ZUNIONSTORE, ZINTERSTORE)
- Commands operating on sorted sets (not ZUNIONSTORE, ZINTERSTORE)
- Transactions
- Pipelining
- Publish/Subscribe