Use redis with password in dev

This commit is contained in:
Mouse Reeve
2022-01-05 08:27:39 -08:00
parent 629140cad4
commit bebb2c167e
5 changed files with 28 additions and 14 deletions

9
redis.conf Normal file
View File

@ -0,0 +1,9 @@
bind 127.0.0.1 ::1
protected-mode yes
port 6379
rename-command FLUSHDB ""
rename-command FLUSHALL ""
rename-command DEBUG ""
rename-command CONFIG ""
rename-command SHUTDOWN ""