码迷,mamicode.com
首页 > 数据库 > 详细

redis数据库

时间:2020-04-12 12:18:02      阅读:78      评论:0      收藏:0      [点我收藏+]

标签:run   mit   grep -v   守护进程   sla   client   append   net   数据   

配置文件

[root@823aa7bc-1bdc-11ea-8902-000c29e96aa5 redis]# egrep -v "^$|^#" redis7379.conf
daemonize yes  是否启动守护进程
pidfile /var/run/redis7379.pid  进程号
port 7379
tcp-backlog 511
bind 127.0.0.1 10.67.16.31
timeout 0
tcp-keepalive 60
loglevel verbose  日志级别
logfile "/opt/log/redis/redis7379.log"
databases 16
save 900 1
save 300 10
save 60 10000
stop-writes-on-bgsave-error yes
rdbcompression yes
rdbchecksum yes
dbfilename dump7379.rdb
dir /opt/data/redis
masterauth ddddddd
slave-serve-stale-data yes
slave-read-only yes
repl-diskless-sync no
repl-diskless-sync-delay 5
repl-disable-tcp-nodelay no
slave-priority 100
requirepass ddddddd
appendonly yes
appendfilename "appendonly7379.aof"
appendfsync everysec
no-appendfsync-on-rewrite no
auto-aof-rewrite-percentage 100
auto-aof-rewrite-min-size 64mb
aof-load-truncated yes
lua-time-limit 5000
slowlog-log-slower-than 10000
slowlog-max-len 128
latency-monitor-threshold 0
notify-keyspace-events ""
hash-max-ziplist-entries 512
hash-max-ziplist-value 64
list-max-ziplist-entries 512
list-max-ziplist-value 64
set-max-intset-entries 512
zset-max-ziplist-entries 128
zset-max-ziplist-value 64
hll-sparse-max-bytes 3000
activerehashing yes
client-output-buffer-limit normal 0 0 0
client-output-buffer-limit slave 256mb 64mb 60
client-output-buffer-limit pubsub 32mb 8mb 60
hz 10
aof-rewrite-incremental-fsync yes
[root@823aa7bc-1bdc-11ea-8902-000c29e96aa5 redi

参考https://www.redis.net.cn/tutorial/3504.html

 

redis数据库

标签:run   mit   grep -v   守护进程   sla   client   append   net   数据   

原文地址:https://www.cnblogs.com/sxdpython/p/12684424.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!