Implement native public edge cutover
This commit is contained in:
parent
d589858c03
commit
bdb9d9a95a
29 changed files with 1215 additions and 31 deletions
10
deployment/native/config/redis.conf
Normal file
10
deployment/native/config/redis.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
bind 127.0.0.1
|
||||
protected-mode yes
|
||||
port 6379
|
||||
dir /var/lib/islandflow/redis
|
||||
appendonly yes
|
||||
save 900 1
|
||||
save 300 10
|
||||
save 60 10000
|
||||
loglevel notice
|
||||
databases 16
|
||||
Loading…
Add table
Add a link
Reference in a new issue