Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERR SELECT is not allowed in cluster mode #25

Open
ghost opened this issue May 24, 2018 · 1 comment
Open

ERR SELECT is not allowed in cluster mode #25

ghost opened this issue May 24, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented May 24, 2018

./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 ?

@khflx
Copy link

khflx commented Aug 1, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant