Skip to content

Commit

Permalink
Updated glide & valkey-py versions, added Go file to glide (#232)
Browse files Browse the repository at this point in the history
- Updated glide and valkey-py version to latest in the clients json
files
- Added glide file to Go as well, as a go wrapper was released with the
latest version

Signed-off-by: lior sventitzky <[email protected]>
  • Loading branch information
liorsve authored Feb 17, 2025
1 parent 2af1a9b commit 069af69
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 9 deletions.
19 changes: 19 additions & 0 deletions clients/go/valkey-GLIDE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"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",
"installation": "pip install valkey-glide",
"version":"v1.3.0",
"version_released":"2025-02-15",
"language":"go",
"license": "Apache-2.0",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"pubsub_state_restoration": true,
"cluster_scan": true,
"latency_based_read_from_replica": false,
"AZ_based_read_from_replica": true,
"client_side_caching": false,
"client_capa_redirect": false,
"persistent_connection_pool": false
}
4 changes: 2 additions & 2 deletions clients/java/valkey-GLIDE.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"command":"implementation 'io.valkey:valkey-glide:+"
}
],
"version":"v1.2.1",
"version_released":"2025-12-29",
"version":"v1.3.0",
"version_released":"2025-02-15",
"language":"java",
"license": "Apache-2.0",
"read_from_replica": true,
Expand Down
4 changes: 2 additions & 2 deletions clients/node.js/valkey-GLIDE.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"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",
"installation": "npm install valkey-glide",
"version":"v1.2.1",
"version_released":"2025-12-29",
"version":"v1.3.0",
"version_released":"2025-02-15",
"language":"node.js",
"license": "Apache-2.0",
"read_from_replica": true,
Expand Down
2 changes: 1 addition & 1 deletion clients/php/phpredis.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repo":"https://github.com/phpredis/phpredis",
"installation": "pecl install redis",
"version":"6.1.0",
"version_released":"204-10-05",
"version_released":"2024-10-05",
"language":"php",
"license": "PHP-3.01",
"read_from_replica": true,
Expand Down
4 changes: 2 additions & 2 deletions clients/python/valkey-GLIDE.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"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",
"installation": "pip install valkey-glide",
"version":"v1.2.1",
"version_released":"2025-12-29",
"version":"v1.3.0",
"version_released":"2025-02-15",
"language":"python",
"license": "Apache-2.0",
"read_from_replica": true,
Expand Down
4 changes: 2 additions & 2 deletions clients/python/valkey-py.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "The Python interface to the Valkey key-value store.",
"repo":"https://github.com/valkey-io/valkey-py",
"installation": "pip install valkey",
"version":"6.0.2",
"version_released":"2024-09-11",
"version":"6.1.0",
"version_released":"2025-02-11",
"language":"python",
"license": "MIT",
"read_from_replica": true,
Expand Down

0 comments on commit 069af69

Please sign in to comment.