Updated CHANGELOG.

This commit is contained in:
Daniele Alessandri
2010-02-27 09:49:04 +01:00
parent 21abe8bf02
commit 90dc794780
+4
View File
@@ -8,6 +8,10 @@ v0.x.x
* CommandPipeline and MultiExecBlock return their instances when invoking
commands, thus allowing method chaining in pipelines and multi-exec blocks.
* Connections can now be identified by an alias using the "alias" parameter
in the connection arguments. When connected to a cluster of Redis servers,
this is useful to get a certain connection out of a cluster of connections.
v0.5.1
* RPOPLPUSH has been changed from bulk command to inline command in Redis
1.2.1, so ListPopLastPushHead now extends InlineCommand. The old RPOPLPUSH