Redis PEXPIREAT 命令

更新时间: 2019-07-07 15:54

Redis PEXPIREAT 命令用于设置 key 的过期时间,以毫秒计。

key 过期后将不再可用。

语法

redis 127.0.0.1:6379> PEXPIREAT KEY_NAME TIME_IN_MILLISECONDS_IN_UNIX_TIMESTAMP

返回值

  • 设置成功返回 1 。

  • 当 key 不存在或者不能为 key 设置过期时间时(比如在低于 2.1.3 版本的 Redis 中你尝试更新 key 的过期时间)返回 0 。

实例

127.0.0.1:6379> set domain www.codercto.com
OK
127.0.0.1:6379> pexpireat domain 1560924000000
(integer) 1
127.0.0.1:6379> ttl domain
(integer) 1954

查看更多 Redis key 命令

Beginning Apache Struts

Beginning Apache Struts

Arnold Doray / Apress / 2006-02-20 / USD 44.99

Beginning Apache Struts will provide you a working knowledge of Apache Struts 1.2. This book is ideal for you Java programmers who have some JSP familiarity, but little or no prior experience with Ser......一起来看看 《Beginning Apache Struts》 这本书的介绍吧!

在线进制转换器

在线进制转换器

各进制数互转换器

URL 编码/解码

URL 编码/解码

URL 编码/解码