Skip to content

Commit 2224cbe

Browse files
committed
misc: move each redis instance to its own port
1 parent 66a4b48 commit 2224cbe

File tree

4 files changed

+1824
-9
lines changed

4 files changed

+1824
-9
lines changed

config/redis/standalone.conf config/redis/standalone-1.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ protected-mode yes
136136

137137
# Accept connections on the specified port, default is 6379 (IANA #815344).
138138
# If port 0 is specified Redis will not listen on a TCP socket.
139-
port 6379
139+
port 7001
140140

141141
# TCP listen() backlog.
142142
#

0 commit comments

Comments
 (0)