Home
|
簡體中文
|
繁體中文
|
雜文
|
打賞(Donations)
|
Github
|
OSChina 博客
|
雲社區
|
雲棲社區
|
Facebook
|
Linkedin
|
知乎專欄
|
視頻教程
|
About
部分 IV. Redis
上一頁
下一頁
部分 IV. Redis
目錄
32. Redis 安裝
32.1. CentOS 7
32.2. CentOS 6
32.2.1. 主從同步
32.2.2. Sentinel
32.3. Ubuntu
32.4. Mac 安裝 Redis
32.5. 源碼編譯安裝
32.6.
32.7. 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. auth
34.4. MONITOR
34.5. info
34.6. save/bgsave/lastsave
34.7. config
34.8. keys
34.9. 字元串操作
34.9.1. set/get/del
34.9.2. setnx
34.10. expire/ttl
34.11. 獲取 key 類型
34.12. LIST 數據類型
34.13. set 無序字符集合
34.14. zset (有序集合)
34.15. Pub/Sub 訂閲與發佈
34.16. flushdb 清空 Redis 數據
35. redis-benchmark 測試工具
36. Redis Cluster
37. Redis 通信協議
37.1. 切換DB
37.2. 監控
38. phpRedisAdmin
39. Redis 開發
39.1. 消息訂閲與發佈
40. A fast, light-weight proxy for memcached and redis
41. FAQ
41.1. 清空資料庫
41.2. (error) MISCONF Redis is configured to save RDB snapshots
http://redis.io/
Please enable JavaScript to view the
comments powered by Disqus.