You've already forked node-redis
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:
@@ -1,5 +1,5 @@
|
||||
requirepass porkchopsandwiches
|
||||
port 6378
|
||||
port 6379
|
||||
bind ::1 127.0.0.1
|
||||
unixsocket /tmp/redis.sock
|
||||
unixsocketperm 755
|
||||
|
@@ -1,4 +1,4 @@
|
||||
port 6378
|
||||
port 6379
|
||||
bind ::1 127.0.0.1
|
||||
unixsocket /tmp/redis.sock
|
||||
unixsocketperm 755
|
||||
|
Reference in New Issue
Block a user