first commit

This commit is contained in:
2023-07-20 11:56:10 +02:00
parent 08c221d3d5
commit f624b15207
341 changed files with 64075 additions and 103 deletions

View File

@ -0,0 +1,2 @@
port 6379
requirepass changeme

View File

@ -0,0 +1,3 @@
port 6380
slaveof redis-master 6379
masterauth changeme

View File

@ -0,0 +1,4 @@
port 26379
sentinel monitor mymaster redis-master 6379 2
sentinel down-after-milliseconds mymaster 5000
sentinel failover-timeout mymaster 10000