摘要:
package com.gen.config; import com.fasterxml.jackson.annotation.JsonAutoDetect; import com.fasterxml.jackson.annotation.PropertyAccessor; import com.f 阅读全文
摘要:
官方文档:http://www.redis.cn/commands.html 1.通用命令 exists:判断key是否存在 del:删除key type:判断key类型 ttl:查看key存活时间 2.String类型命令 set/get:设置和获取key-value mset/mget:批量设置 阅读全文