ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## randomKey ##### *Description* Returns a random key. 返回一个随机的KEY。 ##### *Parameters* None. ##### *Return value* *STRING*: an existing key in redis. STRING:一个存在于REDIS中的KEY ##### *Example* ``` <pre class="calibre9">$key = $redis->randomKey(); $surprise = $redis->get($key); // who knows what's in there. ```