fastio / 1store

NoSQL data store using the SEASTAR framework, compatible with Redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support SELECT?

ramSeraph opened this issue · comments

Any plans on supporting "SELECT" call and the whole concept of database from redis?

Was trying to test pedis against the redis test suite.. thats where it came up

Feels like it would be easy to implement.. I mean we can just add the database number as suffix to the keyspace names..

I don't mind getting this done.. if there is no objection to this.

@ramSeraph You are right. It's easy to implement the SELECT command for pedis. I have finished it.
c0d6a8c

I'll try to test pedis against the redis test suite later. Thanks for your advice.

Damn.. that was fast..
Wasn't much of an advice, more like a request for validation, so that i could get my hands dirty with the code and seastar in general.

Anyway, will drop instructions here on how i ran the redis test suite.. its quirky and in tcl and i have just about barely managed to figure it out..

I don't even remember where I have the test suite thing anymore. This was long pending to be closed. Thanks