Select a database by numeric index value.
选择一个数据库,通过数字索引值。
用法----------Usage----------
redisSelect(index)
参数----------Arguments----------
参数:index
The nonnegative integer value of the database to select.
非负整数值的数据库选择。
Details
详细信息----------Details----------
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.
Redis的支持多数据库索引的非负整数。通过再分配服务器配置文件支持的数据库的数量是可配置的。新的连接分配给数据库的默认值为0。
值----------Value----------
A character string status code. An error is thrown if the index
一个字符串状态代码。抛出一个错误,如果索引