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