Select a redis database.
Select a database by numeric index value.
redisSelect(index)
index |
The nonnegative integer value of the database to select. |
Redis supports multiple databases indexed by nonnegative integers. The number of supported databases is configurable via the redis server configuration file. New connections are assigned to database 0 by default.
A character string status code. An error is thrown if the index value is invalid.
B. W. Lewis
http://redis.io/commands
## Not run: redisConnect() redisSelect(1) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.