Create redis.conf

This commit is contained in:
qiaofeng1227 2023-04-03 08:41:58 +08:00 committed by GitHub
parent 386a4021de
commit 849e759af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,14 @@
# redis'port is 6379
port 6379
# loglevel is notice
loglevel notice
# close protected-mode
#protected-mode no
# all ports can log in, default setting is 127.0.0.1
#bind 0.0.0.0
# set log in password
#requirepass 123456