Redis实战一
jiewenike
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring AOP 整合Redis 缓存
配置aop 扫描 : 序列化和反序列化 对象的抽象类: package com.ikejie.util;import java.io.Closeable;import org.apache.log4j.Logger;public abstract class SerializeTranscoder { protected static Logger logger = Logger.原创 2015-11-20 16:13:26 · 509 阅读 · 0 评论 -
redis集群 实战
标签:redis集群 redis 集群维护 原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://navyaijm.blog.51cto.com/4647068/1706715 一、说明 redis 3.0集群功能出来已经有一段时间了,目前最新稳定版是3.0.5,我了解到已经有很多互联网公司在生产环境转载 2017-02-16 17:49:35 · 285 阅读 · 0 评论 -
redis 集群搭建 遇到的问题 Sorry, can't connect to node 127.0.0.1:7000
./redis-trib.rb create --replicas 1 127.0.0.1:7000 127.0.0.1:7001 \ 127.0.0.1:7002 127.0.0.1:7003 127.0.0.1:7004 127.0.0.1:7005` [ERR] Sorry, can't connect to node 127.0.0.1:7000 问题根源就是设置了密码,只需原创 2017-03-04 14:28:39 · 4397 阅读 · 3 评论 -
redis 远程连接问题
redis 配置 bind 绑定允许访问的ip 和端口 By default protected mode is enabled. You should disable it only if # you are sure you want clients from other hosts to connect to Redis # even if no authent原创 2017-03-04 17:42:40 · 561 阅读 · 0 评论
分享