1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Update changelog

This commit is contained in:
Matt Ranney
2011-04-21 16:57:22 -10:00
parent 2c0ae38fb6
commit c73af8d477

View File

@@ -10,6 +10,7 @@ Lots of bugs fixed.
* client.quit() while in pub/sub mode would throw an error [GH-87]
* client.multi(['hmset', 'key', {foo: 'bar'}]) fails [GH-92]
* unsubscribe before subscribe would make things very confused [GH-88]
* Add BRPOPLPUSH [GH-79]
## v0.5.11 - April 7, 2011