Wesley13 Wesley13
3年前
Redis分布式锁
packagecom.sqi;importredis.clients.jedis.Jedis;importredis.clients.jedis.JedisPool;importredis.clients.jedis.params.SetParams;importjava.util.\;importjava.util.concur
Wesley13 Wesley13
3年前
java操作redis学习笔记
一、jedis操作:1、POM依赖:1<dependency2<groupIdredis.clients</groupId3<artifactIdjedis</artifactId4<version2.5.0</ve
Easter79 Easter79
3年前
Springboot整合Redis缓存机制
先放几个必要的依赖吧<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterweb</artifactId</dependency<dependency<groupIdorg.springframework.boo
Easter79 Easter79
3年前
SpringBoot集成redis + spring cache
SpringCache集成redis的运行原理:Spring缓存抽象模块通过CacheManager来创建、管理实际缓存组件,当SpringBoot应用程序引入springbootstarterdataredi依赖后吗,容器中将注册的是CacheManager实例RedisCacheManager对象,RedisCacheManager来负责创
Stella981 Stella981
3年前
Redis Cluster快速安装指南
本文是对带有RedisCluster的RedisServer3.0.0版本安装使用过程:下面是试验的服务器: 212.71.252.54  / 192.168.171.141 / node1 176.58.103.254 / 192.168.171.142 / node2 178.79.153.89  / 19
Wesley13 Wesley13
3年前
Ubuntu Server搭建Redis集群
部署部署6个虚拟机(192.168.1.1116),其中3个master节点,3个slave节点。在每一台虚拟机运行如下shell脚本:!/usr/bin/envbashsudoaptgetupdatesudoaptgetinstallybuildessentialtcl
Stella981 Stella981
3年前
Redis配置讲解及实战
前言Redis是一个开源的内存kv数据库,同时也可用作缓存,消息队列。支持多种数据类型,如字符串,列表,字典,集合,有序集合。演示环境$unameaDarwin18.6.0DarwinKernelVersion18.6.0:ThuApr2523:16:27PDT2019;root:
Stella981 Stella981
3年前
Linux系统下安装Redis
目录NoSQL:notonlysql(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Falbertyang.blog.csdn.net%2Farticle%2Fdetails%2F84618650%23NoSQL%253A%2520not%2520only%2520sq
Wesley13 Wesley13
3年前
vs2019编译redis
!(https://oscimg.oschina.net/oscnet/3a2cb8a867180be77ced8b4d4d921c8aed7.png)版本信息使用Redis源码版本(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2FMicrosoft