CodisLabs / codis

Proxy based Redis cluster solution supporting pipeline and scaling dynamically
MIT License
13.16k stars 2.69k forks source link

Improve compatibility with the official Redis4.x. #1322

Open spinlock opened 7 years ago

spinlock commented 7 years ago

In Codis4.0 (if we have 4.0), the <MaxSlotsNum, HashFunc> will be set to <16384, CRC16> to make codis more compatible with the official redis.

fancy-rabbit commented 7 years ago

sounds great. how about the upgrade process from <1024, CRC32> to <16384, CRC16> ?

ghost commented 7 years ago

codis-ha重新被启用 了??

fancy-rabbit commented 7 years ago

主要还是 sentinel 吧。ha 坑太多了... ha 可以给 pika 之类不支持这玩意的东西凑合用 好像之前也有用于 k8s 的实践,应该是这个修改 merge 回来的