@@ -1,10 +1,9 @@
v0.x.x
* New commands added for the Redis 2.0 (DEV) profile:
- - APPEND
- - SUBSTR
- - ZCOUNT
- - ZRANK
- - DISCARD
+ - Strings: APPEND, SUBSTR
+ - ZSets : ZCOUNT, ZRANK, ZUNION, ZINTER, ZREMBYRANK, ZREVRANK
+ - Hashes : HSET, HGET
+ - Misc. : DISCARD
* The GET parameter for the SORT command now accepts also multiple key
patterns by passing an array of strings.