feat: backend service

This commit is contained in:
Ilia Denisov
2026-05-06 10:14:55 +03:00
committed by GitHub
parent 3e2622757e
commit f446c6a2ac
1486 changed files with 49720 additions and 266401 deletions
+2 -2
View File
@@ -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