redis基础
chenglindesign
就是混
展开
-
@Cacheable配置,redis缓存应用
CacheManager缓存配置web.xml配置spring-context.xml启动加载<context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:spring-context.xml</param-value> </context-param>spring-contex原创 2020-06-23 17:33:29 · 993 阅读 · 0 评论 -
Redis基础及集群部署
Redis系统:windows10 内容:redis应用及相关概念Redis数据类型相关命令apiredis安装基础命令keys *exists key #key是否存在ttl key #查看剩余时间expire key second #-1永久有效,-2失效del key #删除keypersist key #取消过去时间perxpire key millisecond #修改key的过期时间为毫秒select #选择数据库move key dbindex #将当前数据中原创 2020-06-11 16:29:28 · 580 阅读 · 0 评论