Skip to content

Commit

Permalink
removed valkey version compliance field, added some package sizes
Browse files Browse the repository at this point in the history
Signed-off-by: lior sventitzky <[email protected]>
  • Loading branch information
liorsve committed Jan 9, 2025
1 parent 98c6b48 commit 9dda785
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 34 deletions.
5 changes: 2 additions & 3 deletions clients/client-page-clients/go/valkey-go.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"description": "A fast Golang Valkey client that does auto pipelining and supports server-assisted client-side caching.",
"github":"https://github.com/valkey-io/valkey-go",
"installation": "go get github.com/valkey-io/valkey-go",
"language":"Go",
"package_size": "",
"language":"go",
"package_size": "14.5M",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compliance": "7.2",
"pubsub_state_restoration": true,
"cluster_scan": false,
"latency_based_read_from_replica": false,
Expand Down
8 changes: 3 additions & 5 deletions clients/client-page-clients/java/valkey-GLIDE.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@
"installation": [
{
"type": "Maven",
"command": "<dependency>\n <groupId>io.valkey</groupId>\n <artifactId>valkey-glide</artifactId>\n <version>1.2.0</version>\n</dependency>"
"command": "<dependency>\n <groupId>io.valkey</groupId>\n <artifactId>valkey-glide</artifactId>\n <version>LATEST</version>\n</dependency>"
},
{
"type": "Gradle",
"command":"implementation 'io.valkey:valkey-glide:1.2.0"

"command":"implementation 'io.valkey:valkey-glide:+"
}
],
"language":"Java",
"language":"java",
"package_size": "",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compliance": "8.0",
"pubsub_state_restoration": true,
"cluster_scan": true,
"latency_based_read_from_replica": false,
Expand Down
7 changes: 3 additions & 4 deletions clients/client-page-clients/java/valkey-java.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@
"installation": [
{
"type": "Maven",
"command": "<dependency>\n <groupId>io.valkey</groupId>\n <artifactId>valkey-java</artifactId>\n <version>5.3.0</version>\n</dependency>"
"command": "<dependency>\n <groupId>io.valkey</groupId>\n <artifactId>valkey-java</artifactId>\n <version>LATEST</version>\n</dependency>"
},
{
"type": "Gradle",
"command":"implementation 'io.valkey:valkey-java:5.3.0'"
"command":"implementation 'io.valkey:valkey-java:+'"

}
],
"language":"Java",
"language":"java",
"package_size": "",
"read_from_replica": false,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compliance": "7.2",
"pubsub_state_restoration": false,
"cluster_scan": false,
"latency_based_read_from_replica": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",
"github":"https://github.com/valkey-io/iovalkey",
"installation": "npm install iovalkey",
"language":"JavaScript/Node.js",
"package_size": "",
"language":"node.js",
"package_size": "1.4M",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compliance": "7.2",
"pubsub_state_restoration": false,
"cluster_scan": false,
"latency_based_read_from_replica": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"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.",
"github":"https://github.com/valkey-io/valkey-glide/tree/main/node",
"installation": "npm install valkey-glide",
"language":"JavaScript/Node.js",
"package_size": "",
"language":"node.js",
"package_size": "35M",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compliance": "8.0",
"pubsub_state_restoration": true,
"cluster_scan": true,
"latency_based_read_from_replica": false,
Expand Down
5 changes: 2 additions & 3 deletions clients/client-page-clients/php/phpredis.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
"yatsukhnenko"
],
"github":"https://github.com/phpredis/phpredis",
"installation": "composer require predis/predis",
"language":"PHP",
"installation": "pecl install redis",
"language":"php",
"package_size": "",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compliance": "7.2",
"pubsub_state_restoration": false,
"cluster_scan": false,
"latency_based_read_from_replica": false,
Expand Down
9 changes: 4 additions & 5 deletions clients/client-page-clients/php/predis.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"name": "Predis",
"name": "predis",
"description": "A flexible and feature-complete Redis client for PHP.",
"twitter": [
"JoL1hAHN"
],
"github":"https://github.com/predis/predis",
"installation": "pecl install redis",
"language":"PHP",
"package_size": "",
"installation": "composer require predis/predis",
"language":"php",
"package_size": "2.8M",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compliance": "7.2",
"pubsub_state_restoration": false,
"cluster_scan": false,
"latency_based_read_from_replica": false,
Expand Down
7 changes: 3 additions & 4 deletions clients/client-page-clients/python/valkey-GLIDE.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"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.",
"github":"https://github.com/valkey-io/valkey-glide/tree/main/python",
"installation": "pip install valkey-glide",
"language":"Python",
"package_size": "",
"language":"python",
"package_size": "25M",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compliance": "8.0",
"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,
"specific_properties": ["Available in async api"]
"specific_properties": ["Available in async API"]
}
7 changes: 3 additions & 4 deletions clients/client-page-clients/python/valkey-py.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "The Python interface to the Valkey key-value store.",
"github":"https://github.com/valkey-io/valkey-py",
"installation": "pip install valkey",
"language":"Python",
"package_size": "",
"language":"python",
"package_size": "18M",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compliance": "7.2",
"pubsub_state_restoration": false,
"cluster_scan": false,
"latency_based_read_from_replica": false,
"AZ_based_read_from_replica": false,
"client_side_caching": false,
"client_capa_redirect": false,
"persistent_connection_pool": true,
"specific_properties": ["Available in sync and async api"]
"specific_properties": ["Available in sync and async API"]
}

0 comments on commit 9dda785

Please sign in to comment.