소스 검색

Update CHANGELOG.

Daniele Alessandri 9 년 전
부모
커밋
588940c5cb
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      CHANGELOG.md

+ 4 - 0
CHANGELOG.md

@@ -1,6 +1,10 @@
 v1.0.4 (2016-xx-xx)
 ================================================================================
 
+- When configuring the client for redis-cluster, connections to nodes can now be
+  preassigned to non-contiguous slot ranges via the `slots` connection parameter
+  using a comma separator: `tcp://127.0.0.1:6379?slots=0-5460,5500-5600,11000`.
+
 - __FIX__: broken values returned by `Predis\Collection\Iterator\HashKey` when
   iterating hash keys containing integer fields (PR #330, ISSUE #331).