设置mykey的过期时间为300s127.0.0.1:6379> set mykey hello ex 300OK//查看过期时间127.0.0.1:6379> ttl mykey(integer) 294//使用set命令覆盖mykey ...
確定! 回上一頁