Return a randomly selected key from the currently selected database.
从当前选定的数据库中返回一个随机选择的关键。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return a randomly selected key from the currently selected database.
从当前选定的数据库中返回一个随机选择的关键。
用法----------Usage----------
redisRandomKey()
Details
详细信息----------Details----------
Note that this function returns key names, not values.
注意,这个函数返回键名,而不是价值观。
值----------Value----------
A character string corresponding to a randomly-selected key from the currently selected database, or a zero-length string if no keys are defined.
一个字符串对应的随机选择的关键,从当前选择的数据库,或一个零长度的字符串,如果没有键被定义。
(作者)----------Author(s)----------
B. W. Lewis
----------References----------
实例----------Examples----------
## Not run: [#不运行:]
redisConnect()
redisRandomKey()