eleme / corvus

A fast and lightweight Redis Cluster Proxy for Redis 3.0
MIT License
789 stars 143 forks source link

fix EXPIRE cmd access #140

Closed kols closed 6 years ago

kols commented 6 years ago

@maralla

doyoubi commented 6 years ago

Thanks for your pull request!

wooparadog commented 6 years ago

@doyoubi, @kols is an ex-colleague. Nice to see familiar faces around here.

kols commented 6 years ago

Background: the problem came up when we used read-slave-only read strategy and then saw a flood of slot update jobs kick off, as every EXPIRE command triggered a MOVED response from the slave redis node. Glad to help. And nice to see you too! @wooparadog