企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## time ##### Description Return the current Redis server time. 返回当前REDIS服务器的生存时间。 ##### Parameters (none) ##### Return value If successfull, the time will come back as an associative array with element zero being the unix timestamp, and element one being microseconds. ##### Examples ``` <pre class="calibre16">$redis->time(); ```