tinyredisclient icon indicating copy to clipboard operation
tinyredisclient copied to clipboard

Support for multiple DBs

Open oliverholmberg opened this issue 8 years ago • 0 comments

It does not seem that there is a way to select a DB, then issue a command:

echo $redisClient->select(2); echo $redisClient->get('key');

The select does return ok, but the subsequent get request looks for a key in DB 0. It would be nice to be able to specify the DB in the constructor.

Best, -O

oliverholmberg avatar Sep 07 '17 19:09 oliverholmberg