- 他在哪
- 地址 /myredis /redis.conf
- 为什么我们将他拷贝出来单独执行?因为我们不能保证一次执行正确
- Units单位
-
- INCLUDES包含
-
* GENERAL通用
-
Daemonize
-
Pidfile
-
Port
-
Tcp-backlog
-
Timeout
-
Bind
-
Tcp-keepalive
-
Loglevel
-
Logfile
-
Syslog-enabled
-
Syslog-ident
-
Syslog-facility
-
Data bases:数据库的数量
-
-
SNAPSHOTTING快照
-
REPLICATION复制
-
* SECURITY安全
- 在不同的路径启动redis 服务,其配置文件,日志就会写到启动路径下:
- config get dir 查看当前的启动路径
- config get requirepass 获取当前的密码
-
- 在不同的路径启动redis 服务,其配置文件,日志就会写到启动路径下:
-
* LIMITS限制
-
Maxclients
-
Maxmemory
-
Maxmemory-policy
-
-
Maxmemory-samples
-
-
-
APPEN D ONLY MODE追加
-
* 常见配置redis.conf介绍