I just wondering this context.
In Redis Cluster, redis-cli(start cluster mode, like redis-cli -c ) request key to slave that redis-cli connection with redis in READONLY mode.
If the slave have not key of master key (this means not yet sync), Then Can redis-cli cluster mode redirect to master that have key? Or redis cluster response "(nil)"?