redis/CHANGELOG.md

5 lines
287 B
Markdown
Raw Normal View History

2016-10-09 13:49:28 +03:00
# 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.
2016-10-14 14:21:25 +03:00
- Tx is refactored using Pipeline API so it implements Cmdable interface.