Fight With Me!!!

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

随笔分类 -  Redis

存入redis中的java对象都需要序列化
摘要:存入redis中的java对象都需要实现Serializable接口 阅读全文

posted @ 2020-04-26 15:06 nickTimer 编辑

下载并安装windows版本的Redis
摘要:https://github.com/MicrosoftArchive/redis/tags 阅读全文

posted @ 2020-01-18 08:10 nickTimer 编辑

redis集群报错:(error) MOVED 11469 192.168.163.249:7002
摘要:应该是你没有启动集群模式(即缺少了那个"-c"): redis-cli -c -h yourhost -p yourpost 阅读全文

posted @ 2018-06-01 10:30 nickTimer 编辑

redis常用命令
摘要:1.redis-cli连接客户端 阅读全文

posted @ 2018-04-16 17:21 nickTimer 编辑

Ubuntu下启动 Redis时, 提示 "Can't open the log file: Permission denied failed"
摘要:问题来源:在删除var目录下的log文件时,将redis文件夹删除了。然后在重启时:/etc/init.d/redis-server start,提示: failed。好吧,于是 touch /var/log/redis/redis-server.log后,再重启时,提示: Starting red 阅读全文

posted @ 2018-04-04 17:23 nickTimer 编辑

[ERR] Not all 16384 slots are covered by nodes.
摘要:redis集群开不起来,用redis-cli连接的时候出现如下错误: 然后使用redis-trib.rb检查: 出现如下错误: Connecting to node 10.10.20.243:6379: OK >>> Performing Cluster Check(using node 10.10 阅读全文

posted @ 2018-04-04 11:34 nickTimer 编辑

redis ERR This instance has cluster support disabled
摘要:edis 集群的时候报错: redis.clients.jedis.exceptions.JedisDataException: ERR This instance has cluster support disabled 修改配置 redis.conf 配置集群 修改redis.config,添加 阅读全文

posted @ 2018-04-04 11:22 nickTimer 编辑

redis-trib.rb报错:/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- redis (LoadError)
摘要:报错如下: 发现了篇文章,感谢博主: https://blog.csdn.net/moxiaomomo/article/details/17540813 需要安装ruby到redis的第三方接口: 前提你需要安装rubygems 阅读全文

posted @ 2018-04-04 11:08 nickTimer 编辑

redis启动.停止.重启
摘要:Linux下安装 启动redis服务 上面这种启动 redis使用的是默认配置,也可以通过启动参数告诉redis使用指定配置 连接redis redis配置 redis的配置文件位于Redis安装目录下,文件名为 redis.conf(ubuntu默认安装位置:/etc/redis/redis.co 阅读全文

posted @ 2018-04-03 16:58 nickTimer 编辑

Redis need tcl 8.5 or newer
摘要:hadoop@stormspark:~/workspace/redis2.6.13/src$ make testYou need tcl 8.5 or newer in order to run the Redis testmake: *** [test] Error 阅读全文

posted @ 2018-02-26 18:03 nickTimer 编辑

win7 64位安装redis 及Redis Desktop Manager使用
摘要:写基于dapper的一套自动化程序,看到 mgravell 的另一个项目,StackExchange.Redis,之前在.NET上用过一段时间Redis,不过一直是其它的驱动开发包,这个根据作者介绍,是个高性能的线程安全的.NET c#开发redis客户端的库。说的很吊,不过我确信mgravell出 阅读全文

posted @ 2016-11-28 14:59 nickTimer 编辑

Windows下Redis的安装使用
摘要:0.前言 因为是初次使用,所以是在windows下进行安装和使用,参考了几篇博客,下面整理一下 1.安装Redis 官方网站:http://redis.io/ 官方下载:http://redis.io/download 可以根据需要下载不同版本 windows版:https://github.com 阅读全文

posted @ 2016-03-09 12:46 nickTimer 编辑

Redis 如何导出数据
摘要:Redis是一款支持多种数据类型的Key-Value数据库。 这里介绍下如何从Redis中导出数据。 数据是如何存储的?、 Redis中是把数据保存到内存中的,但是它也会定期的把数据写会到硬盘中。 Redis保存数据有两种方式: 快照模式(Snapshot) 它支持两种快照模式: 定时快照,即按一定 阅读全文

posted @ 2016-03-09 12:42 nickTimer 编辑

点击右上角即可分享
微信分享提示