随笔 - 225  文章 - 0  评论 - 6  阅读 - 75098
11 2020 档案
redis6.0.5之存储格式rdb
摘要:/* The current RDB version. When the format changes in a way that is no longer * backward compatible this number gets incremented. */ #define RDB_VERS 阅读全文
posted @ 2020-11-26 16:44 子虚乌有 阅读(401) 评论(0) 推荐(0) 编辑
redis6.0.5之客户端发送命令参数
摘要:Clients send commands to a Redis server as a RESP Array of Bulk Strings. 客户端发送命令到redis服务采用了Bulk Strings的RESP格式数组 For Arrays the first byte of the repl 阅读全文
posted @ 2020-11-18 21:02 子虚乌有 阅读(142) 评论(0) 推荐(0) 编辑
Gossip协议的一个概率问题
摘要:今日看到redis的集群用到了Gossip 协议,于是网上搜索,大致看了这篇文章 https://zhuanlan.zhihu.com/p/41228196,其中关于概率这部分读起来总是不解, 如下所示 在文中的模型下,很显然最后都会被感染,因为只有两种类型,感染者和非感染者,而这里的被感染概率越来 阅读全文
posted @ 2020-11-17 16:44 子虚乌有 阅读(134) 评论(0) 推荐(0) 编辑
关于虚拟机修改MAC地址遇到的错误
摘要:“静态以太网地址不允许使用:“00:0C:29:AC:9A:19”。它与 VMware 预留的 MAC 冲突。” 在存储里面找到对应虚拟机的配置文件以.vmx结尾,本人的为 centos63.vmx 因为本人修改的是ethernet1的MAC地址,所以需要配置的是ethernet1相关的信息,这点特 阅读全文
posted @ 2020-11-11 20:15 子虚乌有 阅读(1688) 评论(0) 推荐(0) 编辑
centos6.0.5配置glibc-2.17
摘要:基本环境,centos6.5 basic server为了执行redis6.0.5编译好的程序,需要GLIBC_2.17 步骤从 http://ftp.gnu.org/gnu/glibc/ 下载文件glibc-2.17.tar.gz cd /make softcd softtar -zxvf gli 阅读全文
posted @ 2020-11-11 14:16 子虚乌有 阅读(309) 评论(0) 推荐(0) 编辑

< 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

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