Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions clients/go/valkey-GLIDE.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "valkey GLIDE",
"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.",
"repo":"https://github.com/valkey-io/valkey-glide/tree/main/go",
"website": "https://glide.valkey.io/languages/go/",
"installation": "go get github.com/valkey-io/valkey-glide/go",
"version":"v1.3.0",
"version_released":"2025-02-15",
"version":"v2.1.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is your release frequency? It seems like this is going to be a lot of work to do if you want to keep the website up-to-date on every patch release.

Have you considered making an action to automate these updates? Probably easier on you and the reviewer.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me bring this up to the team. Having automation for these sort of things would be great.

"version_released":"2025-10-08",
"language":"go",
"license": "Apache-2.0",
"read_from_replica": true,
Expand Down
5 changes: 3 additions & 2 deletions clients/java/valkey-GLIDE.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "valkey GLIDE",
"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.",
"repo":"https://github.com/valkey-io/valkey-glide/tree/main/java",
"website": "https://glide.valkey.io/languages/java/",
"installation": [
{
"type": "Maven",
Expand All @@ -12,8 +13,8 @@
"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'"
}
],
"version":"v1.3.0",
"version_released":"2025-02-15",
"version":"v2.1.1",
"version_released":"2025-10-08",
"language":"java",
"license": "Apache-2.0",
"read_from_replica": true,
Expand Down
5 changes: 3 additions & 2 deletions clients/node.js/valkey-GLIDE.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "valkey GLIDE",
"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.",
"repo":"https://github.com/valkey-io/valkey-glide/tree/main/node",
"website": "https://glide.valkey.io/languages/nodejs/",
"installation": "npm install @valkey/valkey-glide",
"version":"v1.3.0",
"version_released":"2025-02-15",
"version":"v2.1.1",
"version_released":"2025-10-08",
"language":"node.js",
"license": "Apache-2.0",
"read_from_replica": true,
Expand Down
5 changes: 3 additions & 2 deletions clients/python/valkey-GLIDE.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "valkey GLIDE",
"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.",
"repo":"https://github.com/valkey-io/valkey-glide/tree/main/python",
"website": "https://glide.valkey.io/languages/python/",
"installation": "pip install valkey-glide",
"version":"v1.3.0",
"version_released":"2025-02-15",
"version":"v2.1.1",
"version_released":"2025-10-08",
"language":"python",
"license": "Apache-2.0",
"read_from_replica": true,
Expand Down