Skip to content

2.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@yangzhe1991 yangzhe1991 released this 20 Jul 11:40
· 1014 commits to master since this release

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)