瀏覽代碼

Update CHANGELOG.

[ci skip]
Daniele Alessandri 11 年之前
父節點
當前提交
978e7ac551
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      CHANGELOG.md

+ 10 - 0
CHANGELOG.md

@@ -99,6 +99,16 @@ v0.8.5 (2013-xx-xx)
   responses are not parsed, which means arguments must follow the signature of
   responses are not parsed, which means arguments must follow the signature of
   the command as defined by Redis and complex responses are left untouched.
   the command as defined by Redis and complex responses are left untouched.
 
 
+- Various improvements and fixes to the redis-cluster connection backend:
+
+    - __FIX__: the `ASKING` command is sent upon -ASK redirections.
+    - An updated slots-map can be fetched from nodes using the `CLUSTER NODES`
+      command. By default this is a manual operation but can be enabled to get
+      automatically done upon -MOVED redirections.
+    - It is possible to specify a common set of connection parameters that are
+      applied to connections created on the fly upon redirections to nodes not
+      part of the initial pool.
+
 - List of deprecated methods:
 - List of deprecated methods:
 
 
     - `Predis\Client::multiExec()`: superseded by `Predis\Client::transaction()`
     - `Predis\Client::multiExec()`: superseded by `Predis\Client::transaction()`