dynomite
dynomite copied to clipboard
unsupported command 'SELECT'
Jedis jedis = new Jedis(r.getAddr(), r.getPort()); jedis.select(1);
error: redis_parse_req:1583 parsed unsupported command 'SELECT'
@smukil
Dynomite doesn't support SELECT command, you can see full list in here
@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).