1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

some small tweaks to #815, so that we don't use two differnt approaches for spawning redis

This commit is contained in:
Benjamin Coe
2015-09-03 22:51:25 -07:00
parent eb61ce32aa
commit d976bbcb2d
6 changed files with 16 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
requirepass porkchopsandwiches
port 6378
port 6379
bind ::1 127.0.0.1
unixsocket /tmp/redis.sock
unixsocketperm 755

View File

@@ -1,4 +1,4 @@
port 6378
port 6379
bind ::1 127.0.0.1
unixsocket /tmp/redis.sock
unixsocketperm 755