Home
|
简体中文
|
繁体中文
|
杂文
|
Github
|
知乎专栏
|
Facebook
|
Linkedin
|
Youtube
|
打赏(Donations)
|
About
部分 IV. Redis
上一页
下一页
知乎专栏
部分 IV. Redis
目录
33. Redis 安装
33.1. Rocky Linux
33.2. CentOS 8 Stream
33.3. CentOS 7
33.4. CentOS 6
33.4.1. 主从同步
33.4.2. Sentinel
33.5. Ubuntu
33.6. Mac 安装 Redis
33.7. 源码编译安装
33.8. Test Redis
34. /etc/redis.conf
34.1. 备份配置文件
34.2. 绑定配置
34.3. 密码认证
34.4. maxmemory-policy TTL 过期策略配置
34.5. aclfile
35. redis-cli - Command-line client to redis-server
35.1. 命令参数
35.1.1. password
35.1.2. raw
35.2. --latency Enter a special mode continuously sampling latency.
35.3. 清空指定数据库
35.4. 用户认证
35.4.1. 传统 requirepass 认证
35.5. ACL 用户/密码认证
35.5.1. 查看用户列表
35.5.2. 用户删除
35.5.3. 设置默认密码
35.5.4. 创建用户
35.5.5. 查看 ACL 列表
35.5.6. 检验用户名和密码
35.6. MONITOR
35.7. info
35.8. save/bgsave/lastsave
35.9. config
35.10. keys
35.11. 字符串操作
35.11.1. set/get/del
35.11.2. setnx
35.12. expire/ttl
35.13. 获取 key 类型
35.14. LIST 数据类型
35.15. set 无序字符集合
35.15.1. 查看元素是否存在
35.16. zset (有序集合)
35.17. HASH
35.18. Pub/Sub 订阅与发布
35.19. flushdb 清空 Redis 数据
36. redis-benchmark 测试工具
37. Redis Cluster
38. Redis 通信协议
38.1. 切换DB
38.2. 监控
39. Redis 开发
39.1. 消息订阅与发布
39.2. 选择数据库
40. 工具
40.1. 导出 / 导入
40.2. phpRedisAdmin
40.3. A fast, light-weight proxy for memcached and redis
41. FAQ
41.1. 清空数据库
41.2. (error) MISCONF Redis is configured to save RDB snapshots
41.3. You can't write against a read only replica.
41.4. MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
41.5.
42. Valkey
http://redis.io/