diff --git a/clients/go/valkey-GLIDE.json b/clients/go/valkey-GLIDE.json new file mode 100644 index 00000000..b6e2948b --- /dev/null +++ b/clients/go/valkey-GLIDE.json @@ -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 +} \ No newline at end of file diff --git a/clients/java/valkey-GLIDE.json b/clients/java/valkey-GLIDE.json index f1f2f7ba..2242c735 100644 --- a/clients/java/valkey-GLIDE.json +++ b/clients/java/valkey-GLIDE.json @@ -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, diff --git a/clients/node.js/valkey-GLIDE.json b/clients/node.js/valkey-GLIDE.json index 34d2adb3..8438845b 100644 --- a/clients/node.js/valkey-GLIDE.json +++ b/clients/node.js/valkey-GLIDE.json @@ -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, diff --git a/clients/php/phpredis.json b/clients/php/phpredis.json index 4624ce5c..36bf4aa9 100644 --- a/clients/php/phpredis.json +++ b/clients/php/phpredis.json @@ -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, diff --git a/clients/python/valkey-GLIDE.json b/clients/python/valkey-GLIDE.json index d29c0ce2..9f9838c9 100644 --- a/clients/python/valkey-GLIDE.json +++ b/clients/python/valkey-GLIDE.json @@ -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, diff --git a/clients/python/valkey-py.json b/clients/python/valkey-py.json index 056f108b..977be782 100644 --- a/clients/python/valkey-py.json +++ b/clients/python/valkey-py.json @@ -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,