053月 2017 Redis 高可用之Sentinel by aiddroid ⋅ Leave a Comment 前言 Redis-Sentinel是Redis官方推荐的高可用方案。Redis的主从复制方案时,假如master宕机了,是无法自动主备切换到slave的,而Redis-sentinel是一个独立运行的[……] 继续阅读
282月 2014 Linux下安装配置Redis by aiddroid ⋅ Leave a Comment 1.下载redis wget https://download.redis.io/releases/redis-2.8.9.tar.gz 2.cd redis-2.8.9 3.安装redis m[……] 继续阅读