Skip to content

Commit c6af7b1

Browse files
authored
Update valkey-go's client_capa_redirect feature (#369)
Update the client feature table to indicate that the latest valkey-go 1.0.67 supports `Client Capa Redirect` handling. Signed-off-by: Rueian <[email protected]>
1 parent f0f4e52 commit c6af7b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clients/go/valkey-go.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "A fast Golang Valkey client that does auto pipelining and supports server-assisted client-side caching.",
44
"repo":"https://github.com/valkey-io/valkey-go",
55
"installation": "go get github.com/valkey-io/valkey-go",
6-
"version": "1.0.55",
7-
"version_released":"2025-02-03",
6+
"version": "1.0.67",
7+
"version_released":"2025-10-12",
88
"language":"go",
99
"license": "Apache-2.0",
1010
"read_from_replica": true,
@@ -14,6 +14,6 @@
1414
"latency_based_read_from_replica": false,
1515
"AZ_based_read_from_replica": true,
1616
"client_side_caching": true,
17-
"client_capa_redirect": false,
17+
"client_capa_redirect": true,
1818
"persistent_connection_pool": true
1919
}

0 commit comments

Comments
 (0)