You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Redis Cluster, the SELECT command cannot be used, since Redis Cluster only supports database zero. In the case of Redis Cluster, having multiple databases would be useless, and a worthless source of complexity, because anyway commands operating atomically on a single database would not be possible with the Redis Cluster design and goals.
./bin/redis-dump -u 172.16.10.xx:6379 > db_full.json
ERR SELECT is not allowed in cluster mode
redis version 4.0.9
Redis cluster can not use this tool to get data ?
The text was updated successfully, but these errors were encountered: