|
@@ -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
|