💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
## 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(); ```