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

unsupported command 'SELECT' #803

Open
BaoHuaWang opened this issue Sep 22, 2021 · 3 comments
Open

unsupported command 'SELECT' #803

BaoHuaWang opened this issue Sep 22, 2021 · 3 comments

Comments

@BaoHuaWang
Copy link

Jedis jedis = new Jedis(r.getAddr(), r.getPort());
jedis.select(1);

error:
redis_parse_req:1583 parsed unsupported command 'SELECT'

@BaoHuaWang
Copy link
Author

@smukil

@nothinux
Copy link

nothinux commented Oct 5, 2021

Dynomite doesn't support SELECT command, you can see full list in here

@m-ueberall
Copy link

@BaoHuaWang: For the record, there is a patch that supports a SELECT 0 command (which needs to modified slightly in order to apply to v0.6.22).

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

3 participants