Self Checks
Describe your problem
Redis by default uses the single-machine mode. However, after I switched to the cluster mode for connection, it gave an error message indicating that the "select" command is not supported. What methods can be used to solve this problem?

Self Checks
Describe your problem
Redis by default uses the single-machine mode. However, after I switched to the cluster mode for connection, it gave an error message indicating that the "select" command is not supported. What methods can be used to solve this problem?