Added commands to operate on sets

This commit is contained in:
Jonathan Leibiusky
2010-06-25 10:50:14 -03:00
parent ddb6091577
commit 2c8583d282
4 changed files with 268 additions and 3 deletions

View File

@@ -7,7 +7,6 @@ Jedis was conceived to be EASY to use and FULLY COMPATIBLE with the latest versi
Jedis is a WORK IN PROGRESS.
## What's still missing?
- Commands operating on sets
- Commands operating on sorted sets
- Sorting
- Transactions
@@ -24,6 +23,7 @@ But stay close because things are going fast and all this will be implemented so
- Commands operating on string values
- Commands operating on hashes
- Commands operating on lists (not SORT, BLPOP, BRPOP)
- Commands operating on sets
## How do I use it?