Comparing version 0.5.9 to 0.5.10
Changelog | ||
========= | ||
## v0.5.10 - April 6, 2011 | ||
Added HVALS | ||
## v0.5.9 - March 14, 2011 | ||
@@ -5,0 +9,0 @@ |
@@ -583,3 +583,3 @@ /*global Buffer require exports console setTimeout */ | ||
// 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 | ||
@@ -586,0 +586,0 @@ "getbit", "setbit", "getrange", "setrange", |
{ "name" : "redis", | ||
"version" : "0.5.9", | ||
"version" : "0.5.10", | ||
"description" : "Redis client library", | ||
@@ -4,0 +4,0 @@ "author": "Matt Ranney <mjr@ranney.com>", |
116471
26
2419