Skip to content

Releases: CodisLabs/codis

2.0.2

Choose a tag to compare

@spinlock spinlock released this 04 Aug 10:05

First official release for Codis 2.0, while 1.9 is end-of-life now.

In Codis 2.0, we:

  • Redesign the request dispatcher, now pipeline and mget/mset requests are much faster than ever!
  • Codis-server (forked redis) is upgrated to 2.8.21. It brings bugfix from upstream redis and also has optimizations, for example, lower memory consumption and faster migration.
  • Optimize the zk connection, it is more stable now.
  • Migration (and auto-rebalance) tasks are saved on zk, it will be continued automatically when the dashboard is restarted.
  • Support Redis AUTH command.
  • More configuration options, see sample/config.ini

2.0.1

2.0.1 Pre-release
Pre-release

Choose a tag to compare

@yangzhe1991 yangzhe1991 released this 20 Jul 11:40

In Codis 2.0, we:

  • Redesign the request dispatcher, now pipeline and mget/mset requests are much faster than ever!
  • Codis-server (forked redis) is upgrated to 2.8.21. It brings bugfix from upstream redis and also has optimizations, for example, lower memory consumption and faster migration.
  • Optimize the zk connection, it is more stable now.
  • Migration (and autorebalance) tasks are saved on zk, it will be continued automatically when the dashborad is restarted.
  • Support Redis AUTH command. (New feature in 2.0.1)

1.9.8

Choose a tag to compare

@yangzhe1991 yangzhe1991 released this 20 Jul 11:15

bugfix: WaitForReceiver didn't kill proxies correctly
change slaveof(add a slave to a group) timeout to 15 min

2.0.0

2.0.0 Pre-release
Pre-release

Choose a tag to compare

@spinlock spinlock released this 03 Jul 06:27

In Codis 2.0, we:

  • Redesign the request dispatcher, now pipeline and mget/mset requests are much faster than ever!
  • Codis-server (forked redis) is upgrated to 2.8.21. It brings bugfix from upstream redis and also has optimizations, for example, lower memory consumption and faster migration.
  • Optimize the zk connection, it is more stable now.
  • Migration (and autorebalance) tasks are saved on zk, it will be continued automatically when the dashborad is restarted.

1.9.7

Choose a tag to compare

@yangzhe1991 yangzhe1991 released this 03 Jul 08:58

fix migration bug, #297

1.9.6

Choose a tag to compare

@yangzhe1991 yangzhe1991 released this 01 Jul 06:34

fix pre-migrate bug

1.9.5

Choose a tag to compare

@yangzhe1991 yangzhe1991 released this 18 Jun 10:56
use github.com/xiam/resp