1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-25 08:21:55 +03:00

Remove changelog.

This commit is contained in:
Vladimir Mihailenco
2016-12-21 12:55:45 +02:00
parent 5e76db6804
commit c9f896d6a3

View File

@ -1,4 +0,0 @@
# 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.