浏览代码

Updated CHANGELOG.

Daniele Alessandri 15 年之前
父节点
当前提交
90dc794780
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      CHANGELOG

+ 4 - 0
CHANGELOG

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