随笔分类 - Redis
摘要:转自 https://www.cnblogs.com/huangyanqi/p/10983789.html 1. 原redis服务器 2、目标服务器
阅读全文
摘要:Ubuntu 18 + Redis安装 1.安装命令: opengis@gisserver20:~ sudo netstat -ap | grep 6379 3.
阅读全文
摘要:pom.xm application.properties Redis的Session配置类RedisSessionManagerConfiguration,主要是实现JSON格式的系列化 RedisTemplate的配置 Redis缓存配置RedisCacheManagerCustomizer 缓
阅读全文
摘要:pom.xml application.properties 启动类 配置类 实体类 Menu 实体类 MenuNode 缓存应用 Controller类
阅读全文
摘要:pom.xml application.properties 启动类 注册Redis消息监听 Redis消息处理类 Redis配置类 JSON转换配置类 实体类 User 实体类Department DAO类 Service类 Controller类 完!
阅读全文
摘要:1.下载Redis软件包并解压https://github.com/MicrosoftArchive/redis 2.打开配置文件redis.windows.conf和redis.windows-service.conf,修改如下的内容 maxmemory 1024000000requirepass
阅读全文
摘要:转载自(http://www.cnblogs.com/M-LittleBird/p/5902850.html) 一、下载windows版本的Redis 官网以及没有下载地址,只能在github上下载,官网只提供linux版本的下载 官网下载地址:http://redis.io/download gi
阅读全文