mirror of
https://github.com/redis/go-redis.git
synced 2025-07-20 22:42:59 +03:00
Use different ports
This commit is contained in:
@ -32,10 +32,10 @@ const (
|
||||
|
||||
const (
|
||||
sentinelName = "mymaster"
|
||||
sentinelMasterPort = "8123"
|
||||
sentinelSlave1Port = "8124"
|
||||
sentinelSlave2Port = "8125"
|
||||
sentinelPort = "8126"
|
||||
sentinelMasterPort = "9123"
|
||||
sentinelSlave1Port = "9124"
|
||||
sentinelSlave2Port = "9125"
|
||||
sentinelPort = "9126"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user