企业🤖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. ```