上一篇 :10. SpringBoot 整合 Redis

1. Redis.conf详解

  • 启动的时候就是通过 redis.conf 启动的
  • 下面就从上到下进行解释

1. units

Redis-狂神(11. Redis.conf)学习笔记

2. INCLUDES

Redis-狂神(11. Redis.conf)学习笔记

3. MODULES

Redis-狂神(11. Redis.conf)学习笔记

4. NETWORK

Redis-狂神(11. Redis.conf)学习笔记
Redis-狂神(11. Redis.conf)学习笔记
Redis-狂神(11. Redis.conf)学习笔记
Redis-狂神(11. Redis.conf)学习笔记
Redis-狂神(11. Redis.conf)学习笔记

5. GENERAL

Redis-狂神(11. Redis.conf)学习笔记
Redis-狂神(11. Redis.conf)学习笔记
Redis-狂神(11. Redis.conf)学习笔记

6. SNAPSHOTTING

Redis-狂神(11. Redis.conf)学习笔记
Redis-狂神(11. Redis.conf)学习笔记
Redis-狂神(11. Redis.conf)学习笔记

7. REPLICATION

  • 主从复制

  • 在后面的主从复制章节讲解

    代更

8. SECURITY

Redis-狂神(11. Redis.conf)学习笔记
Redis-狂神(11. Redis.conf)学习笔记
Redis-狂神(11. Redis.conf)学习笔记
Redis-狂神(11. Redis.conf)学习笔记

  • 通过命令行设置 “default” 用户的密码

    Redis-狂神(11. Redis.conf)学习笔记
    当重新进入 redis 时,会提示权限不足

    Redis-狂神(11. Redis.conf)学习笔记
    这时就需要使用 AUTH password 或者 AUTH username password进行认证

    Redis-狂神(11. Redis.conf)学习笔记
    Redis-狂神(11. Redis.conf)学习笔记

9. CLIENTS

Redis-狂神(11. Redis.conf)学习笔记

10. MEMORY MANAGEMENT

Redis-狂神(11. Redis.conf)学习笔记
Redis-狂神(11. Redis.conf)学习笔记
Redis-狂神(11. Redis.conf)学习笔记

11. APPEND ONLY MODE

  • AOF 的设置,也是一种持久化方式

Redis-狂神(11. Redis.conf)学习笔记

Redis-狂神(11. Redis.conf)学习笔记

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2022-01-05
  • 2021-06-25
  • 2021-08-25
  • 2021-11-10
猜你喜欢
  • 2021-12-29
  • 2022-12-23
  • 2021-11-13
  • 2022-01-20
  • 2021-08-06
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案