Fork me on GitHub rfyiamcool
  • Home
  • Golang
  • python
  • web
  • Nosql
    • DB
    • elasticsearch
    • redis
    • mongodb
  • devops
    • saltstack
    • ansible
    • docker
    • zabbix
    • 运维
  • 技术分享
  • 高效编程
峰云就她了

专注于Golang、Python、DB、cluster

redis

redis多线程服务端设计的一些思考

rfyiamcool2017年6月7日

    最近有看redis server的源码,想实现一个多…

Continue reading →

redis, 高性能 python redis, redis, redis 多线程, redis 多线程 锁, redis 多线程设计

redis modules扩展模块的开发使用

rfyiamcool2016年12月8日 0 Comments

上下文:       Redis 4.0 的RC终…

Continue reading →

DB, redis redis, redis 4.0, redis module, redis modules, redis 模块开发, redis 模块扩展, redis 源码

技术分享 《大话redis设计实现》

rfyiamcool2016年6月11日 1 Comment

        这次又给朋友公司 (Na…

Continue reading →

python, 技术分享 redis, redis 协议, redis 实现, redis 设计

gevent通过socket补丁实现redis.py非阻塞

rfyiamcool2016年5月23日 0 Comments

如题,gevent是使用socket补丁把redis.py改成异步非阻塞化. 异…

Continue reading →

python gevent, gevent redis, gevent redis.py, gevent socket, redis, redis.py 非阻塞

给redis-py提交pull request引起的思考

rfyiamcool2016年5月17日 3 Comments

起因是这样的,昨天突然发现以前用redis python的时候,从来没注意过他在…

Continue reading →

python python, python redis-py, python 源码, redis, redis 源码, redis-py 源码

探索mysql和redis主从复制的实现原理

rfyiamcool2016年5月15日 4 Comments

前几天跟同事聊了下常见数据库的主从复制是怎么个原理。 另外对于redis的主从数…

Continue reading →

DB, 运维 mysql, redis, redis 主从实现, redis 原理, redis 实现原理, redis 源码

详解python调用redis lua内嵌脚本的高级用法

rfyiamcool2016年3月27日 5 Comments

Lua 脚本功能是 Reids 2.6 版本开始提供的高级功能, 我们可以通过r…

Continue reading →

python python redis lua, python register_script, redis, redis lua, redis lua 脚本

Golang使用redigo实现redis的分布式锁

rfyiamcool2016年3月23日 0 Comments

有些分布式场景会有分布式锁的需求,可以为了原子操作,也可能为了性能的原因,不管是…

Continue reading →

Golang golang, golang lock, golang redigo, golang redis, golang redis lock, redis

实现python redis客户端的的封装定制化

rfyiamcool2016年3月17日 0 Comments

感叹自己拿来这么大的激情呀,前段时间对分布式的raft感兴趣,这两天又着迷于go…

Continue reading →

python python, python redis, python redis 一致性哈希, redis

使用python实现redis的ack(commit)确认机制

rfyiamcool2015年12月11日 0 Comments

题外,因为抢火车票的原因,颇有些年味的感觉。值得庆幸的是成功的购票。 …

Continue reading →

python python redis ack, python redis commit, redis, redis ack, redis commit, redis 消息确认

使用redis实现分布式的函数调用限频

rfyiamcool2015年11月27日 0 Comments

前言,什么是函数限制频率? 控频的应用场景又是什么?  在python…

Continue reading →

python python 控制 频率, python 控频, python 限频, python 频率, redis, 函数频率控制

关于使用python来实现redis和mysql的连接池

rfyiamcool2015年11月18日 0 Comments

有朋友问我连接池是怎么实现的,我曾经写过一个python mysql的连接池库,…

Continue reading →

python celery gevent, mysql, python, python mysql 连接池, python redis连接池, python 连接池, redis

针对redis的HyperLogLog做基数统计性能测试

rfyiamcool2015年7月7日 1 Comment

Redis HyperLogLog 是用来做基数统计的算法,HyperLogLo…

Continue reading →

DB hyperloglog, python hyperloglog, redis, redis hyperloglog

使用redis-trib fix命令修复redis cluster节点

rfyiamcool2015年5月19日 1 Comment

Blog: http://xiaorui.cc/?p=1497 遇到个…

Continue reading →

DB, 运维 redis, redis cluster, redis cluster 修复, 修复 redis cluster

解决python操作redis cluster集群时遇到的问题

rfyiamcool2015年5月17日 0 Comments

今天在测试redis-py-cluster的时候,遇到一个奇怪的问题&#8230…

Continue reading →

DB, python python redis cluster, redis, redis cluster, redis-py-cluster

定制Dockerfile实现redis cluster的docker化部署及集群管理

rfyiamcool2015年5月17日 2 Comments

   我们知道redis cluster的部署是很麻烦的,如…

Continue reading →

docker, 运维 docker redis cluster, dockerfile redis cluster, redis, redis cluster, redis cluster docker

通过redis-trib.rb脚本构建并增删改查redis cluster集群

rfyiamcool2015年5月16日 0 Comments

首先是创建redis cluster集群.   redis-trib.…

Continue reading →

DB, 运维 redis, redis cluster, redis redis-trib, redis-trib

python使用redis-py-cluster操作redis cluster集群

rfyiamcool2015年5月16日 0 Comments

redis3.0的集群已经搭建完了,那么开始用python来操作redis cl…

Continue reading →

python python redis cluster, redis, redis cluster, redis cluster 客户端, redis-py-cluster

ubuntu安装配置redis3.0的cluster集群模式

rfyiamcool2015年5月16日 4 Comments

 今天,天气不错….  出去逛了下,在咖啡店看了…

Continue reading →

DB, 运维 redis, redis cluster, redis cluster python, redis 集群, redis-cluter, ubuntu redis cluster

python使用redis事务时遇到multi、watch和锁的问题

rfyiamcool2015年5月9日 0 Comments

前段时间也读了下python的redis库的源码,看的时候也有些跳跃和粗糙,但是…

Continue reading →

python python redis multi, python redis watch, redis, redis multi, redis watch
Previous Articles

公告


我的github地址: github.com/rfyiamcool

有问题可邮件沟通: rfyiamcool@163.com



 

标签

ansible ansible api docker docker api elasticsearch etcd gevent golang golang channel golang gc golang redis golang runtime grafana gunicorn happybase Influxdb InfluxDB 性能 kibana kibana4 mysql mysql 索引 peewee python python ctypes python elasticsearch python epoll python etcd python gevent python happybase python hbase python influxdb python multiprocessing python peewee python redis python requests python rq python thrift python zabbix redis redis cluster redis lua saltstack tokudb zabbix zabbix二次开发

近期文章

  • golang http client连接池不复用的问题 2021年1月3日
  • golang mac m1的性能压测 2020年12月9日
  • go pprof火焰图快速分析cpu高负载问题 2020年11月24日
  • go http server感应连接中断及超时控制 2020年10月31日
  • 技术分享之grpc的那些事儿[下] 2020年8月22日
  • 技术分享之grpc的那些事儿[上] 2020年8月22日
  • golang net/http超时引发大量fin-wait2 2020年8月16日
  • 技术分享之golang构建分布式任务系统 2020年8月1日
  • redis io thread多线程的性能瓶颈? 2020年7月20日
  • 如何提高golang项目的编译速度 2020年6月21日

文章归档

  • 2021年一月 (1)
  • 2020年十二月 (1)
  • 2020年十一月 (1)
  • 2020年十月 (1)
  • 2020年八月 (4)
  • 2020年七月 (1)
  • 2020年六月 (1)
  • 2020年五月 (2)
  • 2020年四月 (1)
  • 2020年三月 (2)
  • 2020年二月 (5)
  • 2020年一月 (4)
  • 2019年十二月 (4)
  • 2019年十月 (1)
  • 2019年九月 (3)
  • 2019年八月 (4)
  • 2019年七月 (2)
  • 2019年六月 (4)
  • 2019年五月 (2)
  • 2019年四月 (2)
  • 2019年三月 (2)
  • 2019年二月 (1)
  • 2019年一月 (4)
  • 2018年十二月 (2)
  • 2018年十一月 (2)
  • 2018年十月 (3)
  • 2018年九月 (2)
  • 2018年八月 (2)
  • 2018年七月 (3)
  • 2018年六月 (5)
  • 2018年五月 (3)
  • 2018年四月 (5)
  • 2018年三月 (4)
  • 2018年二月 (4)
  • 2018年一月 (6)
  • 2017年十二月 (2)
  • 2017年十一月 (3)
  • 2017年十月 (2)
  • 2017年九月 (2)
  • 2017年八月 (4)
  • 2017年七月 (4)
  • 2017年六月 (4)
  • 2017年五月 (4)
  • 2017年四月 (3)
  • 2017年三月 (3)
  • 2017年二月 (4)
  • 2017年一月 (5)
  • 2016年十二月 (5)
  • 2016年十一月 (3)
  • 2016年十月 (5)
  • 2016年九月 (4)
  • 2016年八月 (2)
  • 2016年七月 (8)
  • 2016年六月 (6)
  • 2016年五月 (14)
  • 2016年四月 (14)
  • 2016年三月 (38)
  • 2016年二月 (10)
  • 2016年一月 (21)
  • 2015年十二月 (14)
  • 2015年十一月 (18)
  • 2015年十月 (12)
  • 2015年九月 (12)
  • 2015年八月 (15)
  • 2015年七月 (11)
  • 2015年六月 (12)
  • 2015年五月 (26)
  • 2015年四月 (17)
  • 2015年三月 (8)
  • 2015年二月 (4)
  • 2015年一月 (14)
  • 2014年十二月 (16)
  • 2014年十一月 (65)
  • 2014年十月 (12)
  • 2014年九月 (23)
  • 2014年八月 (2)
  • 2014年七月 (7)
  • 2014年六月 (4)
  • 2014年五月 (17)
  • 2014年四月 (11)
  • 2013年八月 (1)
  • 2013年五月 (1)
  • 2013年二月 (1)
© 2021 峰云就她了. All rights reserved.
hello world, github.com/rfyiamcool
京ICP备15061109号