Redis commands that need to process multiple keys at the same time are not supported in redis clusters.

does not support dealing with multiple keys. I personally understand that functions such as keys (), hkeys () cannot be used. Am I right about these two understandings?

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

Mar.15,2021

such as mget,mset,ZINTERSTORE, etc. Because these multiple keys may not be in the same node, the speed will be relatively slow, so it does not support

at all.
Menu