You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
Reduce timeouts if possible Extend timeouts if needed (windows tests need their time) Don't expose the redis socket to others than the owner Don't create the stunnel log
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
requirepass porkchopsandwiches
|
|
port 6379
|
|
bind ::1 127.0.0.1
|
|
unixsocket /tmp/redis.sock
|
|
unixsocketperm 700
|