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年前
Linux系统环境部署redis
Redis是一个开源的使用ANSIC语言编写、遵守BSD协议、支持网络、可基于内存亦可持久化的日志型、KeyValue数据库,并提供多种语言的API。!linux环境部署redislinux环境部署redis(https://www.linuxprobe.com/wpcontent/uploads/2018/03/redislogo
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 主从复制全剖析
Redis的主从复制是如何工作的?如何在同步数据的同时,还保持着高性能,你了解吗?https://redis.io/topics/replication(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fredis.io%2Ftopics%2Freplication)
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的一些特性在分区方面表现的不是很好: