SETEX key seconds value
127.0.0.1:6379> SETEX web 60 www.lmcjl.com OK 127.0.0.1:6379> SETEX web 40 helloworld #覆盖成功 OK 127.0.0.1:6379> SETEX web -4 helloworld #返回错误 (error) ERR invalid expire time in setex 127.0.0.1:6379> SETEX web 4.00 helloworld #返回错误 (error) ERR value is not an integer or out of range
本文链接:http://task.lmcjl.com/news/16668.html