Skip to content

Releases: CodisLabs/codis

3.1.0

10 Nov 10:12
Compare
Choose a tag to compare

First release of Codis.3.1.

  • Improved throughput by 10~20% and reduced the pct99 latency by more than 50%
  • Redesigned the architecture of cluster and supported HA with official redis-sentinel
  • Implemented new command 'SLOTSSCAN'
  • Provided a better dashboard
  • Upgraded codis-server to redis3.2.4

3.1-beta

11 Oct 04:17
Compare
Choose a tag to compare
3.1-beta Pre-release
Pre-release
  • improved throughput by 10~20% and reduced the pct99 latency by 50%
  • redesigned the architecture of cluster and supported HA with official redis-sentinel
  • provided a better dashboard
  • upgraded codis-server to redis3.2.4

3.0.4

22 Sep 06:29
Compare
Choose a tag to compare

New release of 3.0 branch.

3.1-alpha

18 Sep 14:10
Compare
Choose a tag to compare
3.1-alpha Pre-release
Pre-release
proxy: auto flush

3.0.3

23 Mar 09:20
Compare
Choose a tag to compare

support go 1.6 by disabling GO15VENDOREXPERIMENT
bugfix for codis-ha

2.0.14

22 Mar 05:14
Compare
Choose a tag to compare

support go 1.6 by disabling GO15VENDOREXPERIMENT
bugfix for auto rebalance

3.0.2

18 Jan 03:49
Compare
Choose a tag to compare

The first release after transferring codis from wandoulabs to CodisLabs. No bugfix.

2.0.13

17 Jan 12:35
Compare
Choose a tag to compare

The first release after transferring codis from wandoulabs to CodisLabs. No bugfix.

3.0.1

05 Jan 07:26
Compare
Choose a tag to compare

Release Codis 3.0

In 3.0, we redesign dashboard and rpc between dashboard and proxies.
We don't need zk/etcd any more, they are only optional for service discovery now.

2.0.12

31 Dec 08:28
Compare
Choose a tag to compare

Handle temp errors on accept instead of closing proxy directly