Netflix / dynomite

A generic dynamo implementation for different k-v storage engines
Apache License 2.0
4.2k stars 532 forks source link

unsupported command 'SELECT' #803

Open BaoHuaWang opened 3 years ago

BaoHuaWang commented 3 years ago

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

error: redis_parse_req:1583 parsed unsupported command 'SELECT'

BaoHuaWang commented 3 years ago

@smukil

nothinux commented 3 years ago

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

m-ueberall commented 2 years ago

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