BinaryRedis.select

Select the DB with having the specified zero-based numeric index. For default every new client connection is automatically selected to DB 0. @param index @return Status code reply

class BinaryRedis
string
select
(
int index
)

Meta