Return the time to live for a key set to expire.
返回一键设定到期的生存时间。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
She the time left to live in seconds for the specified key.
她剩余的时间,以秒为单位指定键的。
用法----------Usage----------
redisTTL(key)
参数----------Arguments----------
参数:key
The key to look up.
关键看。
Details
详细信息----------Details----------
Redis keys may be set to exipre at or after a given time with the redisExpire and redisExpireAt functions. This function shows the time left before exipraton in seconds for such a key.
Redis的键可以被设置为在一个给定的时间或之后exipreredisExpire和redisExpireAt函数。此功能前exipraton剩下的时间,以秒为这样一个关键。
值----------Value----------
Integer time left to live or -1 if the key is not set to expire or not found.
整数剩余时间居住或-1如果该键不设置过期或不符合。