Browse Source

Updated CHANGELOG.

Daniele Alessandri 15 years ago
parent
commit
631832eaf9
1 changed files with 3 additions and 2 deletions
  1. 3 2
      CHANGELOG

+ 3 - 2
CHANGELOG

@@ -2,8 +2,9 @@ v0.x.x
   * New commands added for the Redis 2.0 (DEV) profile: 
       - Strings: APPEND, SUBSTR
       - 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 
     patterns by passing an array of strings.