随笔分类 - Nosql-redis
摘要:linux下安装单机版redis 在虚拟机10.3.13.197上安装 redis-5.0.5.tar.gz # root @ localhost in /usr/local/redis/redis-5.0.5 make make install View Code 启动之前,需要先做一个简单的配置
阅读全文
摘要:参考: springboot之使用redistemplate优雅地操作redis RedisTemplate map集合使用说明-opsForHash(三) https://github.com/spring-projects/spring-data-redis
阅读全文
摘要:参考: Springboot2.x整合Redis以及连接哨兵模式/集群模式 springboot整合redis哨兵方式配置 Spring Boot 操作 Redis,三种方案全解析 Spring Boot 一个依赖搞定 session 共享,没有比这更简单的方案了 Spring Boot中,Redi
阅读全文
摘要:参考: https://mp.weixin.qq.com/s/D1E07uaQT5973Mjg-IY9-g Redis哨兵模式(sentinel)学习总结及部署记录(主从复制、读写分离、主从切换) Centos2 10.3.12.131服务端口:6379 哨兵模式端口:26379Centos3 10
阅读全文
摘要:redis集群部署安装: https://blog.csdn.net/huwh_/article/details/79242625 https://www.cnblogs.com/mafly/p/redis_cluster.html redis集群模式连接配置
阅读全文
摘要:java对redis的读写 依赖包:jedis.jar maven下: <!-- https://mvnrepository.com/artifact/redis.clients/jedis --> <dependency> <groupId>redis.clients</groupId> <art
阅读全文