Skip to content

Commit c2a4f1e

Browse files
committed
fix glide-go, align glide-java installation, update valkey-go version
Signed-off-by: lior sventitzky <liorsve@amazon.com>
1 parent bc1b3ba commit c2a4f1e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clients/go/valkey-GLIDE.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "valkey GLIDE",
33
"description": "Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java, node.js and Python.",
44
"repo":"https://github.com/valkey-io/valkey-glide/tree/main/python",
5-
"installation": "pip install valkey-glide",
5+
"installation": "go get github.com/valkey-io/valkey-glide/go",
66
"version":"v1.3.0",
77
"version_released":"2025-02-15",
88
"language":"go",

clients/go/valkey-go.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.54",
6+
"version": "1.0.55",
77
"version_released":"2025-02-03",
88
"language":"go",
99
"license": "Apache-2.0",

clients/java/valkey-GLIDE.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"installation": [
66
{
77
"type": "Maven",
8-
"command": "<dependency>\n <groupId>io.valkey</groupId>\n <artifactId>valkey-glide</artifactId>\n <version>LATEST</version>\n</dependency>"
8+
"command": "//Choose the appropriate classifier \n <dependency>\n <groupId>io.valkey</groupId>\n <artifactId>valkey-glide</artifactId>\n <classifier>osx-aarch_64 OR linux-aarch_64 OR linux-x86_64</classifier> \n <version>[1.0.0,2.0.0)</version>\n</dependency>"
99
},
1010
{
1111
"type": "Gradle",
12-
"command":"implementation 'io.valkey:valkey-glide:+"
12+
"command":"//Choose the appropriate classifier \n implementation group: 'io.valkey', name: 'valkey-glide', version: '1.+', classifier: 'osx-aarch_64 OR linux-aarch_64 OR linux-x86_64'"
1313
}
1414
],
1515
"version":"v1.3.0",

0 commit comments

Comments
 (0)