Implemented ZUNIONSTORE and ZINTERSTORE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user