You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
Fix bug with empty Array arguments - Andy Ray
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
## v0.5.9 - March 14, 2011
|
||||
|
||||
Fix bug with empty Array arguments - Andy Ray
|
||||
|
||||
## v0.5.8 - March 14, 2011
|
||||
|
||||
Add `MONITOR` command and special monitor command reply parsing.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{ "name" : "redis",
|
||||
"version" : "0.5.8",
|
||||
"version" : "0.5.9",
|
||||
"description" : "Redis client library",
|
||||
"author": "Matt Ranney <mjr@ranney.com>",
|
||||
"contributors": [
|
||||
@@ -10,7 +10,8 @@
|
||||
"Hank Sims",
|
||||
"Aivo Paas",
|
||||
"Paul Carey",
|
||||
"Pieter Noordhuis"
|
||||
"Pieter Noordhuis",
|
||||
"Andy Ray"
|
||||
],
|
||||
"main": "./index.js",
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user