Netflix / dynomite

A generic dynamo implementation for different k-v storage engines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unsupported command 'SELECT'

BaoHuaWang opened this issue · comments

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

error:
redis_parse_req:1583 parsed unsupported command 'SELECT'

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).