fix: add default redis config for testing
This commit is contained in:
6
redis.conf
Normal file
6
redis.conf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
bind 127.0.0.1 -::1
|
||||||
|
protected-mode yes
|
||||||
|
port 6379
|
||||||
|
tcp-keepalive 300
|
||||||
|
|
||||||
|
requirepass asd@123
|
||||||
Reference in New Issue
Block a user