Codis Versions Save

Proxy based Redis cluster solution supporting pipeline and scaling dynamically

3.1.0

7 years ago

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

7 years ago
  • 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

7 years ago

New release of 3.0 branch.

3.1-alpha

7 years ago

3.0.3

8 years ago

support go 1.6 by disabling GO15VENDOREXPERIMENT bugfix for codis-ha

2.0.14

8 years ago

support go 1.6 by disabling GO15VENDOREXPERIMENT bugfix for auto rebalance

3.0.2

8 years ago

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

2.0.13

8 years ago

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

3.0.1

8 years ago

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

8 years ago

Handle temp errors on accept instead of closing proxy directly