推荐
专栏
教程
课程
飞鹅
本次共找到1025条
redis
相关的信息
Wesley13
•
3年前
java对redis的基本操作
java对redis的基本操作(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Fedisonfeng%2Fp%2F3571870.html)一、server端安装 1、下载 https://github.com/MSOpen
Stella981
•
3年前
Spring cache Redis Key生成策略
最近使用Springcache,发现使用默认生成的key策略只使用了方法入参作为key,很不灵活,用到真实的项目中也不太靠谱,于是自己实现它的key生成策略。参考官方文档:http://docs.spring.io/spring/docs/current/springframeworkreference/html/cache.html(http
Stella981
•
3年前
Redis启动警告问题的解决
如果启动前不对linux内核做任何更改,那么redis启动会报出警告,共三个:如下图所示 !(https://oscimg.oschina.net/oscnet/1f4154914df7df862bb8364b8663bb259ce.png)第一个警告:TheTCPbacklogsettingof511cannotbeen
Stella981
•
3年前
Redis的三个框架
参考地址:https://www.cnblogs.com/liyan492/p/9858548.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fliyan492%2Fp%2F9858548.html)一、概述 redis
Stella981
•
3年前
Redis(6)——GeoHash查找附近的人
原文:Redis(6)——GeoHash查找附近的人(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fwmyskxz%2Fp%2F12466945.html)目录一、使用数据库实现查找附近的人二、GeoHash算法
Stella981
•
3年前
Redis数据库常用操作
keys\ 查询全部keysabc\ 模糊查询flushdb 删除当前数据库中的全部数据flushall 删除全部数据库中的数据setKEYVALUE 设置数据getKey 获取数据setuser{name:smith,age:10} 设置json结构setnxKEYVALUE 设置不重复s
Stella981
•
3年前
Redis 有序集合 命令集
BZPOPMAX(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fredis.io%2Fcommands%2Fbzpopmax):BZPOPMAXzset1zset20多个集合最大元素BZPOPMIN(https://www.oschina.net/
Stella981
•
3年前
Redis中的键值过期操作
点击上方“Java中文社群”,选择“设为星标(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUzMTA2NTU2Ng%3D%3D%26mid%3D2247486188%26idx%3D3%26sn%3Df160d91ea2
Wesley13
•
3年前
Mysql和Redis数据同步策略
!(https://oscimg.oschina.net/oscnet/e6a47601686d4f38bd3853e45fe141fdc5b.jpg)作者 |元思来源| cnblog
Stella981
•
3年前
Redis高可用分布式
阅读目录:1.高可用(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fmushroom%2Fp%2F4752962.html%23one)2.数据同步(https://www.oschina.net/action/GoToLi
1
•••
72
73
74
•••
103