Releases: CodisLabs/codis
Releases · CodisLabs/codis
2.0.2
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
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
bugfix: WaitForReceiver didn't kill proxies correctly
change slaveof(add a slave to a group) timeout to 15 min
2.0.0
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
1.9.6
fix pre-migrate bug
1.9.5
use github.com/xiam/resp