Stella981 Stella981
3年前
Redis(十三)Python客户端redis
  一、安装redispy的方法  使用pipinstall安装redispyC:\Users\BigJunpip3installredisCollectingredisDownloadinghttps://files.pythonhosted.org/packages/3b/f6/7a76333cf0
Stella981 Stella981
3年前
Redis Master
1master/slaveserver启动利用默认redis.conf配置文件启动masterserver,端口6379。\7304\29Aug09:57:260clients
Stella981 Stella981
3年前
Redis工具之redis_rdb_tools
  redis\_rdb\_tools工具的介绍:解析redis(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.ttlsa.com%2Fredis%2F)的dump.rdb文件,分析内存,以JSON格式导出数据。|提供的功能有:  1.生成内存报告  2.
Stella981 Stella981
3年前
Run Redis
CmdwindowenterconsoleCd\\E:CdE:\\Graduration\\Redis\\github!(https://oscimg.oschina.net/oscnet/ec6be791b03e8d47656e35531d8c60acdbd.png)Runredisforwindow64Afte
Stella981 Stella981
3年前
Spring xml 注入静态变量
上代码<beanid"cacheJsonRedisSerializer"class"org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer"<constructorargname"mapper"
Stella981 Stella981
3年前
Redis学习
主从复制官方文档:https://redis.io/topics/replicationRedis中的主从复制,也就是MasterSlave模型,有以下特点  Master可以拥有多个slave  多个slave不仅可以连接同一个master,还可以连接到其他的slave  主从复制不会阻塞master,在同步数据时,maste
Stella981 Stella981
3年前
Redis(1.5)Redis配置文件(4.0.14)
4.0.14常用配置bind127.0.0.1默认绑定本地,不写的话任何地址都可以访问protectedmodeyes    保护模式,如果没有设置bind配置地址,也没有设置任何密码,则只允许本地连接port6379        端口号6379timeout0
Stella981 Stella981
3年前
Redis 分区
Redis分区分区是分割数据到多个Redis实例的处理过程,因此每个实例只保存key的一个子集。分区的优势通过利用多台计算机内存的和值,允许我们构造更大的数据库。通过多核和多台计算机,允许我们扩展计算能力;通过多台计算机和网络适配器,允许我们扩展网络带宽。分区的不足redis的一些特性在分区方面表现的不是很好:
胖大海 胖大海
2年前
Redis 原理
架构原理Redis组件的系统架构如图所示,主要包括事件处理、数据存储及管理、用于系统扩展的主从复制/集群管理,以及为插件化功能扩展的ModuleSystem模块。!(https://imgblog.csdnimg.cn/i