java - 请教各位,如何获得redis中key(没有设置过期时间)的已经存在的时间?
阿神
阿神 2017-04-17 15:05:44
0
2
857

请教大家,想获得redis中已经创建的key的年龄,该如何获得,重要的是这个key没有设置过期时间,请问大家该如何获得?
感谢各位!!!

阿神
阿神

闭关修行中......

reply all(2)
黄舟

Use a hash type to record it.

左手右手慢动作

Use ttl method

  1. If the key does not exist, return -2

  2. If the key does not have a survival time set, return -1

  3. If the survival time has been set, return the remaining survival seconds

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template