Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | 51CTO学院 | CSDN程序员研修院 | OSChina 博客 | 腾讯云社区 | 阿里云栖社区 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏多维度架构

部分 IV. Redis

目录

32. Redis 安装
32.1. CentOS 8 Stream
32.2. CentOS 7
32.3. CentOS 6
32.3.1. 主从同步
32.3.2. Sentinel
32.4. Ubuntu
32.5. Mac 安装 Redis
32.6. 源码编译安装
32.7.
32.8. Test Redis
33. /etc/redis.conf
33.1. 密码认证
33.2. maxmemory-policy TTL 过期策略配置
34. redis-cli - Command-line client to redis-server
34.1. 命令参数
34.1.1. password
34.1.2. raw
34.2. --latency Enter a special mode continuously sampling latency.
34.3. 清空指定数据库
34.4. auth
34.5. MONITOR
34.6. info
34.7. save/bgsave/lastsave
34.8. config
34.9. keys
34.10. 字符串操作
34.10.1. set/get/del
34.10.2. setnx
34.11. expire/ttl
34.12. 获取 key 类型
34.13. LIST 数据类型
34.14. set 无序字符集合
34.14.1. 查看元素是否存在
34.15. zset (有序集合)
34.16. HASH
34.17. Pub/Sub 订阅与发布
34.18. flushdb 清空 Redis 数据
35. redis-benchmark 测试工具
36. Redis Cluster
37. Redis 通信协议
37.1. 切换DB
37.2. 监控
38. Redis 开发
38.1. 消息订阅与发布
39. 工具
39.1. 导出 / 导入
39.2. phpRedisAdmin
39.3. A fast, light-weight proxy for memcached and redis
40. FAQ
40.1. 清空数据库
40.2. (error) MISCONF Redis is configured to save RDB snapshots

http://redis.io/