Skip to content

Commit 9056b87

Browse files
committed
update clients versions
Signed-off-by: Lior Sventitzky <[email protected]>
1 parent e9ef0b9 commit 9056b87

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

clients/go/valkey-GLIDE.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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/go",
55
"installation": "go get github.com/valkey-io/valkey-glide/go",
6-
"version":"v1.3.0",
7-
"version_released":"2025-02-15",
6+
"version":"v2.0",
7+
"version_released":"2025-06-18",
88
"language":"go",
99
"license": "Apache-2.0",
1010
"read_from_replica": true,

clients/go/valkey-go.json

Lines changed: 2 additions & 2 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.61",
7+
"version_released":"2025-06-06",
88
"language":"go",
99
"license": "Apache-2.0",
1010
"read_from_replica": true,

clients/java/redisson.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"command":"implementation 'org.redisson:redisson:+'"
1313
}
1414
],
15-
"version": "v3.48.0",
16-
"version_released": "2025-05-27",
15+
"version": "v3.50.0",
16+
"version_released": "2025-06-17",
1717
"language": "java",
1818
"license": "Apache-2.0",
1919
"read_from_replica": true,

clients/java/valkey-GLIDE.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"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
],
15-
"version":"v1.3.0",
16-
"version_released":"2025-02-15",
15+
"version":"v2.0",
16+
"version_released":"2025-06-18",
1717
"language":"java",
1818
"license": "Apache-2.0",
1919
"read_from_replica": true,

clients/node.js/valkey-GLIDE.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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/node",
55
"installation": "npm install @valkey/valkey-glide",
6-
"version":"v1.3.0",
7-
"version_released":"2025-02-15",
6+
"version":"v2.0",
7+
"version_released":"2025-06-18",
88
"language":"node.js",
99
"license": "Apache-2.0",
1010
"read_from_replica": true,

clients/php/phpredis.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": " A PHP extension for Redis, offering high performance and a native API.",
44
"repo":"https://github.com/phpredis/phpredis",
55
"installation": "pecl install redis",
6-
"version":"6.1.0",
7-
"version_released":"2024-10-05",
6+
"version":"6.2.0",
7+
"version_released":"2025-03-24",
88
"language":"php",
99
"license": "PHP-3.01",
1010
"read_from_replica": true,

clients/php/predis.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "A flexible and feature-complete Redis client for PHP.",
44
"repo":"https://github.com/predis/predis",
55
"installation": "composer require predis/predis",
6-
"version":"v2.3.0",
7-
"version_released":"2024-11-21",
6+
"version":"v3.0.1",
7+
"version_released":"2025-05-16",
88
"language":"php",
99
"license": "MIT",
1010
"read_from_replica": true,

clients/python/valkey-GLIDE.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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",
55
"installation": "pip install valkey-glide",
6-
"version":"v1.3.0",
7-
"version_released":"2025-02-15",
6+
"version":"v2.0",
7+
"version_released":"2025-06-18",
88
"language":"python",
99
"license": "Apache-2.0",
1010
"read_from_replica": true,

0 commit comments

Comments
 (0)