Implemented ZUNIONSTORE and ZINTERSTORE

This commit is contained in:
Jonathan Leibiusky
2010-08-07 20:28:26 -03:00
parent 84f4c45004
commit 4a7697911d
5 changed files with 168 additions and 5 deletions

View File

@@ -4,13 +4,10 @@ Jedis is a blazingly small and sane redis java client.
Jedis was conceived to be EASY to use and FULLY COMPATIBLE with the latest version of redis.
Jedis is a WORK IN PROGRESS.
## What's still missing?
- Sharding
- Persistence control commands
- Remote server control commands
- The ZUNIONSTORE, ZINTERSTORE commands
But stay close because things are going fast and all this will be implemented soon!
@@ -22,7 +19,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 ZUNIONSTORE, ZINTERSTORE)
- Commands operating on sorted sets
- Transactions
- Pipelining
- Publish/Subscribe