We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Jedis jedis = new Jedis(r.getAddr(), r.getPort()); jedis.select(1);
error: redis_parse_req:1583 parsed unsupported command 'SELECT'
The text was updated successfully, but these errors were encountered:
@smukil
Sorry, something went wrong.
Dynomite doesn't support SELECT command, you can see full list in here
SELECT
@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).
SELECT 0
No branches or pull requests
Jedis jedis = new Jedis(r.getAddr(), r.getPort());
jedis.select(1);
error:
redis_parse_req:1583 parsed unsupported command 'SELECT'
The text was updated successfully, but these errors were encountered: