Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | Github | OSChina 博客 | 雲社區 | 雲棲社區 | Facebook | Linkedin | 知乎專欄 | 視頻教程 | About

部分 I. Redis

目錄

1. Redis 安裝
1.1. CentOS 7
1.2. CentOS 6
1.2.1. 主從同步
1.2.2. Sentinel
1.3. Ubuntu
1.4. Mac 安裝 Redis
1.5. 源碼編譯安裝
1.6.
1.7. Test Redis
2. /etc/redis.conf
2.1. 密碼認證
2.2. maxmemory-policy TTL 過期策略配置
3. redis-cli - Command-line client to redis-server
3.1. 命令參數
3.1.1. password
3.1.2. raw
3.2. --latency Enter a special mode continuously sampling latency.
3.3. auth
3.4. MONITOR
3.5. info
3.6. save/bgsave/lastsave
3.7. config
3.8. keys
3.9. 字元串操作
3.9.1. set/get/del
3.9.2. setnx
3.10. expire/ttl
3.11. 獲取 key 類型
3.12. LIST 數據類型
3.13. set 無序字符集合
3.14. zset (有序集合)
3.15. Pub/Sub 訂閲與發佈
3.16. flushdb 清空 Redis 數據
4. redis-benchmark 測試工具
5. Redis Cluster
6. Redis 通信協議
6.1. 切換DB
6.2. 監控
7. phpRedisAdmin
8. Redis 開發
8.1. 消息訂閲與發佈
9. A fast, light-weight proxy for memcached and redis
10. FAQ
10.1. 清空資料庫
10.2. (error) MISCONF Redis is configured to save RDB snapshots

http://redis.io/