Why is the number of hash slots in the Redis cluster 16384?I would like to know why it is 16384 instead of changing the number of hash slots.Numerically, 16x1024 seems to be some kind of upper limit...
redis
There was an issue that asked the author about the content.
Therefore, the number of hash slots of 16,000 can handle 1000 master nodes and is small enough to propagate the slot configuration in raw form.
Note that small clusters are difficult to compress.
why redis-cluster use16384 slots?·Issue#2576·antirez/redis
© 2024 OneMinuteCode. All rights reserved.