diff --git a/changelog.md b/changelog.md index 04713404c6d..8bdbb0fc766 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,10 @@ Changelog ========= +## v0.5.10 - April 6, 2011 + +Added HVALS + ## v0.5.9 - March 14, 2011 Fix bug with empty Array arguments - Andy Ray diff --git a/index.js b/index.js index 9bd1eddba58..241d94f3bbb 100644 --- a/index.js +++ b/index.js @@ -580,7 +580,7 @@ function Multi(client, args) { "zadd", "zincrby", "zrem", "zremrangebyscore", "zremrangebyrank", "zunionstore", "zinterstore", "zrange", "zrangebyscore", "zrevrangebyscore", "zcount", "zrevrange", "zcard", "zscore", "zrank", "zrevrank", // hash commands - "hset", "hsetnx", "hget", "hmget", "hincrby", "hdel", "hlen", "hkeys", "hgetall", "hexists", "incrby", "decrby", + "hset", "hsetnx", "hget", "hmget", "hincrby", "hdel", "hlen", "hkeys", "hvals", "hgetall", "hexists", "incrby", "decrby", //bit commands "getbit", "setbit", "getrange", "setrange", // misc diff --git a/package.json b/package.json index d6b2e734a86..6a0d8c0d7aa 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name" : "redis", - "version" : "0.5.9", + "version" : "0.5.10", "description" : "Redis client library", "author": "Matt Ranney ", "contributors": [