Daniele Alessandri 12 лет назад
Родитель
Сommit
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()`