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

峰云就她了


专注于Golang、Kubernetes、Nosql、Istio

解决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

关于mysql授权账号权限时的空密码坑爹问题

rfyiamcool2015年5月15日 1 Comment

一下午过得很不开心,遇到一个相当的坑爹问题, 是关于mysql授权的问题&#82…

Continue reading →

DB mysql, mysql grant, mysql 密码为空, mysql 用户管理, mysql 空密码

collectd监控性能联合influxdb grafana打造metric收集系统

rfyiamcool2015年5月14日 1 Comment

这篇文章就简单的写下,如果利用 collectd influxdb g…

Continue reading →

DB, 运维 collectd influxdb, grafana, Influxdb, Influxdb grafana

python实现influxdb的orm对象关系映射模型

rfyiamcool2015年5月13日 0 Comments

对于数据库操作的时候,我个人特别的倾向于用ORM这种对象映射模型, 可以让你最舒…

Continue reading →

DB, python Influxdb, influxdb api, influxdb orm, python influxdb

用shell开发json格式的influxdb的备份还原导出脚本

rfyiamcool2015年5月12日 1 Comment

最近有些忙,和同事搞redis集群的事情,也就有段时间没搞influxdb了。这…

Continue reading →

运维 Influxdb, influxdb shell, influxdb 备份, influxdb 还原, influxdb 集群

python使用pydisque实现操作disque消息队列

rfyiamcool2015年5月11日 0 Comments

关于disque的介绍,我这里就不多啰嗦了,以前写过disque的介绍,大家可以…

Continue reading →

python disque, pydisque, python disque, python pydisque

使用Disque做分布式消息队列支持重试和ack确认

rfyiamcool2015年5月10日 2 Comments

使用Disque做分布式消息队列支持重试和ack确认 …. &#82…

Continue reading →

python disque, disque 分布式队列, disque 消息队列, disque 队列, python disque

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

python使用itertools cycle实现RR(round robin)轮询接口

rfyiamcool2015年5月7日 3 Comments

说起RR (round robin)平均轮询,我想大家都知道的,常见的负载均衡服…

Continue reading →

python itertools.cycle, python itertools cycle, python round robin, python 轮询

使用nginx的stream tcp模块实现hbase的thrift负载

rfyiamcool2015年5月7日 3 Comments

昨天已经发了篇文章,说 nginx1.9版本涵盖了ngx_stream_core…

Continue reading →

python nginx, nginx ngx_stream_core_module, nginx thrift, ngx_stream_core_module, python thrift

nginx1.9新模块ngx_stream_core_module实现stream tcp负载均衡

rfyiamcool2015年5月5日 1 Comment

啊哈,最近被thrift搞残了,已经各个项目要做大融合,尤其是大家的thrift…

Continue reading →

运维 nginx ngx_stream_core_module, nginx tcp, nginx1.9, ngx_stream_core_module

python使用json web token (jwt)实现http api的加密传输

rfyiamcool2015年5月5日 0 Comments

什么是json web token (jwt) , 这个一个协议安全的…

Continue reading →

python json web token, jwts, python json web token, python jwt

关于python使用批量方式插入hbase的性能测试

rfyiamcool2015年5月3日 1 Comment

这个5 1过得有些蛋疼,没有出去旅游,原本是计划去旅游,我自己把天气预报看错了,…

Continue reading →

python happybase, python happybase, python hbase, python thrift

logstash连接elasticserach时大范围连接关闭和堵塞的问题

rfyiamcool2015年4月30日 3 Comments

今天一上班朱伟就告诉我,有大量的邮件报警,是关于logstash redis队列…

Continue reading →

运维 logstash, logstash elasticsearsh

python实现代码更新后实时自动reload机制

rfyiamcool2015年4月28日 0 Comments

以前分享了一个监控到代码更新后程序自动reload的机制,当时用的是监控启动文件…

Continue reading →

python python reload, python 实时重载, python 重载

python开发支持edns扩展协议的dns服务器

rfyiamcool2015年4月24日 0 Comments

恩,这两天正在看dns的东西, 对dns的edns的协议很是感兴趣……

Continue reading →

python dns扩展协议, edns, python edns
Previous Articles
Next 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 golang 高并发 golang 高性能 gunicorn Influxdb kibana kibana4 mysql mysql 索引 peewee python 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 rosedb rosedb 设计 saltstack traefik 源码 zabbix zabbix二次开发

近期文章

  • volcano 云原生批量计算平台的 scheduler 调度器设计实现 2023年8月4日
  • volcano 云原生批量计算平台的 controller 控制器设计实现 2023年8月4日
  • 源码分析基于 bitcask 的 rosedb KV 存储引擎的设计实现 2023年6月26日
  • 源码分析基于 bitcask 的 rosedb 存储引擎内数据结构设计实现 (一) 2023年6月26日
  • 源码分析基于 bitcask 的 rosedb 存储引擎内数据结构设计实现 (二) 2023年6月26日
  • 源码分析基于 bitcask 的 rosedb 存储引擎 Compaction GC 合并垃圾回收的实现 2023年6月26日
  • 源码分析基于 bitcask 的 rosedb 存储引擎初始化和关闭的实现 2023年6月26日
  • 优化 lockfree 中 atomic cas spin 忙轮询自旋引发的性能开销 2023年5月27日
  • 源码分析 golang bigcache 高性能无 GC 开销的缓存设计实现原理 2023年4月21日
  • 源码分析 golang ristretto 高性能缓存的设计实现原理 2023年4月21日

文章归档

  • 2023年8月 (2)
  • 2023年6月 (5)
  • 2023年5月 (1)
  • 2023年4月 (4)
  • 2023年3月 (9)
  • 2023年1月 (4)
  • 2022年12月 (14)
  • 2022年11月 (3)
  • 2022年5月 (1)
  • 2022年3月 (1)
  • 2022年1月 (1)
  • 2021年10月 (1)
  • 2021年7月 (2)
  • 2021年6月 (1)
  • 2021年4月 (1)
  • 2021年2月 (2)
  • 2021年1月 (2)
  • 2020年12月 (1)
  • 2020年11月 (1)
  • 2020年10月 (1)
  • 2020年8月 (4)
  • 2020年7月 (1)
  • 2020年6月 (1)
  • 2020年5月 (2)
  • 2020年4月 (1)
  • 2020年3月 (2)
  • 2020年2月 (5)
  • 2020年1月 (4)
  • 2019年12月 (4)
  • 2019年10月 (1)
  • 2019年9月 (3)
  • 2019年8月 (4)
  • 2019年7月 (2)
  • 2019年6月 (4)
  • 2019年5月 (2)
  • 2019年4月 (2)
  • 2019年3月 (2)
  • 2019年2月 (1)
  • 2019年1月 (4)
  • 2018年12月 (2)
  • 2018年11月 (2)
  • 2018年10月 (3)
  • 2018年9月 (2)
  • 2018年8月 (2)
  • 2018年7月 (3)
  • 2018年6月 (5)
  • 2018年5月 (3)
  • 2018年4月 (5)
  • 2018年3月 (4)
  • 2018年2月 (4)
  • 2018年1月 (6)
  • 2017年12月 (2)
  • 2017年11月 (3)
  • 2017年10月 (2)
  • 2017年9月 (2)
  • 2017年8月 (4)
  • 2017年7月 (4)
  • 2017年6月 (4)
  • 2017年5月 (4)
  • 2017年4月 (3)
  • 2017年3月 (3)
  • 2017年2月 (4)
  • 2017年1月 (5)
  • 2016年12月 (5)
  • 2016年11月 (3)
  • 2016年10月 (5)
  • 2016年9月 (4)
  • 2016年8月 (2)
  • 2016年7月 (8)
  • 2016年6月 (6)
  • 2016年5月 (14)
  • 2016年4月 (14)
  • 2016年3月 (38)
  • 2016年2月 (10)
  • 2016年1月 (21)
  • 2015年12月 (14)
  • 2015年11月 (18)
  • 2015年10月 (12)
  • 2015年9月 (12)
  • 2015年8月 (15)
  • 2015年7月 (11)
  • 2015年6月 (12)
  • 2015年5月 (26)
  • 2015年4月 (17)
  • 2015年3月 (8)
  • 2015年2月 (4)
  • 2015年1月 (14)
  • 2014年12月 (16)
  • 2014年11月 (65)
  • 2014年10月 (12)
  • 2014年9月 (23)
  • 2014年8月 (2)
  • 2014年7月 (7)
  • 2014年6月 (4)
  • 2014年5月 (17)
  • 2014年4月 (11)
  • 2013年8月 (1)
  • 2013年5月 (1)
  • 2013年2月 (1)
© 2025 峰云就她了. All rights reserved.
hello world, github.com/rfyiamcool
京ICP备15061109号-1