feat: backend service
This commit is contained in:
@@ -25,8 +25,8 @@ const (
|
||||
)
|
||||
|
||||
// Config stores the connection settings for one master plus zero-or-more
|
||||
// replica Redis instances. Stage 1 wires only the master; the replica list is
|
||||
// preserved so future read-routing is a non-breaking change.
|
||||
// replica Redis instances. The replica list is preserved so future read-routing
|
||||
// is a non-breaking change.
|
||||
type Config struct {
|
||||
// MasterAddr stores the Redis network address in host:port form. Required.
|
||||
MasterAddr string
|
||||
|
||||
Reference in New Issue
Block a user