Update changelog.

This commit is contained in:
Vladimir Mihailenco 2016-10-14 14:21:25 +03:00
parent 24aa071f7c
commit 6f8957c5b7
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# v5
- *Important*. ClusterClient and Ring now chose random node/shard when command does not have any keys or command info is not fully available. Also clients use EVAL and EVALSHA keys to pick the right node.
- Tx is refactored using Pipeline API so it implements Cmdable interface.