fix service namespace

This commit is contained in:
ds
2026-07-11 04:38:15 +00:00
parent 51fb4dc29f
commit 12fb4b28b1
+1 -1
View File
@@ -49,7 +49,7 @@ func main() {
client, err := valkey.NewClient( client, err := valkey.NewClient(
valkey.ClientOption{ valkey.ClientOption{
InitAddress: []string{ InitAddress: []string{
"valkey:6379", "valkey.cloud-session.svc.cluster.local:6379",
}, },
}, },
) )