Files
tools/configs/redis/redis.conf
T

8 lines
126 B
Plaintext
Raw Normal View History

2023-08-22 17:53:03 -04:00
# Redis conf file
port 6379
unixsocket /run/redis.sock
unixsocketperm 770
daemonize no
pidfile /tmp/redis.pid
dir /data/redis