How to understand the hash slot hash slot in redis?

original: http://redisdoc.com/topic/clu.

I read the article that a redis cluster has 16384 hash slots. What is this hash slot?

Mar.15,2021

slots are partitions, and all the data is stored in the partitions (the partition strategy here is hash, so it is called hash slots), and then the partitions are dynamically bound to the machine

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b353d5-e4c9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b353d5-e4c9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?