Added hash commands

This commit is contained in:
Jonathan Leibiusky
2010-06-13 02:11:24 -03:00
parent 14dc0399f2
commit fdf40d8fda
4 changed files with 258 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ Jedis is a WORK IN PROGRESS.
- Commands operating on lists
- Commands operating on sets
- Commands operating on sorted sets
- Commands operating on hashes
- Sorting
- Transactions
- Publish/Subscribe
@@ -24,6 +23,7 @@ But stay close because things are going fast and all this will be implemented so
- Connection handling (not AUTH)
- Commands operating on all the kind of values
- Commands operating on string values
- Commands operating on hashes
## How do I use it?