In simple words, any Redis Client Library takes any given key, does the math CRC16(given key) Mod 16384 and the result is the Slot Number which tells Redis Cluster
CRC16(given key) Mod 16384