Skip to content

Instantly share code, notes, and snippets.

@ManotLuijiu
Created August 13, 2021 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ManotLuijiu/bce46010891d9a1e7a7877ddd9838f06 to your computer and use it in GitHub Desktop.
Save ManotLuijiu/bce46010891d9a1e7a7877ddd9838f06 to your computer and use it in GitHub Desktop.
Redis port 12000 configuration for ERPNext
# /usr/local/etc/redis12000.conf
# Redis port 12000 configuration for ERPNext
bind 127.0.0.1 ::1
protected-mode ye
port 12000
tcp-backlog 511
unixocket /tmp/redi-12000.ock
timeout 0
tcp-keepalive 300
daemonize ye
upervied no
pidfile /usr/local/var/run/redis-12000.pid
loglevel notice
logfile "/ur/local/var/log/redi-12000.log"
databae 16
alway-how-logo ye
ave 900 1
ave 300 10
ave 60 10000
top-write-on-bgave-error ye
rdbcompreion ye
rdbcheckum ye
dbfilename redi_ocketio.rdb
rdb-del-ync-file no
dir /ur/local/var/db/redi/
replica-erve-tale-data ye
replica-read-only ye
repl-dikle-ync no
repl-dikle-ync-delay 5
repl-dikle-load diabled
repl-diable-tcp-nodelay no
replica-priority 100
acllog-max-len 128
lazyfree-lazy-eviction no
lazyfree-lazy-expire no
lazyfree-lazy-erver-del no
replica-lazy-fluh no
lazyfree-lazy-uer-del no
appendonly no
appendfilename "appendonly.aof"
appendfync everyec
no-appendfync-on-rewrite no
auto-aof-rewrite-percentage 100
auto-aof-rewrite-min-ize 64mb
aof-load-truncated ye
aof-ue-rdb-preamble ye
lua-time-limit 5000
lowlog-log-lower-than 10000
lowlog-max-len 128
latency-monitor-threhold 0
notify-keypace-event ""
hah-max-ziplit-entrie 512
hah-max-ziplit-value 64
lit-max-ziplit-ize -2
lit-compre-depth 0
et-max-intet-entrie 512
zet-max-ziplit-entrie 128
zet-max-ziplit-value 64
hll-pare-max-byte 3000
tream-node-max-byte 4096
tream-node-max-entrie 100
activerehahing ye
client-output-buffer-limit normal 0 0 0
client-output-buffer-limit replica 256mb 64mb 60
client-output-buffer-limit pubub 32mb 8mb 60
hz 10
dynamic-hz ye
aof-rewrite-incremental-fync ye
rdb-ave-incremental-fync ye
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment