Skip to content

2.0.2

Compare
Choose a tag to compare
@spinlock spinlock released this 04 Aug 10:05
· 1000 commits to master since this release

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