摘要: http://blog.csdn.net/u011204847/article/details/51355272 阅读全文
posted @ 2017-12-01 15:27 天王星天 阅读(100) 评论(0) 推荐(0)
摘要: Redis高级特性及应用场景 redis中键的生存时间(expire) redis中可以使用expire命令设置一个键的生存时间,到时间后redis会自动删除它。 expire 设置生存时间(单位/秒) [python] view plain copy expire key seconds(秒) [ 阅读全文
posted @ 2017-12-01 15:20 天王星天 阅读(13137) 评论(0) 推荐(1)