From 2b8b2cbd7f19c526aae0410b40dfdd1f6516c406 Mon Sep 17 00:00:00 2001 From: Matt Ranney Date: Wed, 6 Apr 2011 09:50:29 -0700 Subject: [PATCH] Added HVALS command --- changelog.md | 4 ++++ index.js | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 04713404c6..8bdbb0fc76 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 9bd1eddba5..241d94f3bb 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 d6b2e734a8..6a0d8c0d7a 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": [