From bf651e6eb41e8f5c5ab71756269a5d5ea87acde2 Mon Sep 17 00:00:00 2001 From: vinllen Date: Mon, 16 Dec 2019 18:54:48 +0800 Subject: [PATCH] v1.6.24 --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a910629..4c47679 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ -2019-12-13 Alibaba Cloud. +2019-12-16 Alibaba Cloud. * VERSION: 1.6.24 * BUGFIX: cluster receive channel size adjust from 4096 to `sender.count`. * BUGFIX: update redis-go-cluster to solve the send and receive concurrency conflict. + * BUGFIX: fix some bugs in redis-go-cluster including io timeout problem, + see #192, #210. 2019-11-28 Alibaba Cloud. * VERSION: 1.6.23 * BUGFIX: update redis-go-cluster driver to solve MOVED error in lua