Skip to content

Commit

Permalink
added placeholder for package size in jsons
Browse files Browse the repository at this point in the history
Signed-off-by: lior sventitzky <[email protected]>
  • Loading branch information
liorsve committed Dec 16, 2024
1 parent 7d83ed8 commit f2b382b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions clients/go/github.com/valkey/valkey-go.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"github":"https://github.com/valkey-io/valkey-go",
"installation": "go get github.com/valkey-io/valkey-go",
"language":"Go",
"package_size": "",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compatibility": "7.2",
Expand Down
1 change: 1 addition & 0 deletions clients/java/github.com/valkey/valkey-GLIDE.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
}
],
"language":"Java",
"package_size": "",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compatibility": "8.0",
Expand Down
1 change: 1 addition & 0 deletions clients/java/github.com/valkey/valkey-java.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
}
],
"language":"Java",
"package_size": "",
"read_from_replica": false,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compatibility": "7.2",
Expand Down
1 change: 1 addition & 0 deletions clients/nodejs/github.com/valkey/iovalkey.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"github":"https://github.com/valkey-io/iovalkey",
"installation": "npm install iovalkey",
"language":"JavaScript/Node.js",
"package_size": "",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compatibility": "7.2",
Expand Down
1 change: 1 addition & 0 deletions clients/nodejs/github.com/valkey/valkey-GLIDE.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"github":"https://github.com/valkey-io/valkey-glide/tree/main/node",
"installation": "npm install valkey-glide",
"language":"JavaScript/Node.js",
"package_size": "",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compatibility": "8.0",
Expand Down
2 changes: 1 addition & 1 deletion clients/php/github.com/nrk/predis.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Predis",
"description": "A flexible and feature-complete Redis client for PHP.",
"recommended": true,
"twitter": [
"JoL1hAHN"
],
"github":"https://github.com/predis/predis",
"installation": "pecl install redis",
"language":"PHP",
"package_size": "",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compatibility": "7.2",
Expand Down
2 changes: 1 addition & 1 deletion clients/php/github.com/phpredis/phpredis.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "phpredis",
"description": " A PHP extension for Redis, offering high performance and a native API.",
"recommended": true,
"twitter": [
"grumi78",
"yowgi",
Expand All @@ -10,6 +9,7 @@
"github":"https://github.com/phpredis/phpredis",
"installation": "composer require predis/predis",
"language":"PHP",
"package_size": "",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compatibility": "7.2",
Expand Down
1 change: 1 addition & 0 deletions clients/python/github.com/valkey/valkey-GLIDE.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"github":"https://github.com/valkey-io/valkey-glide/tree/main/python",
"installation": "pip install valkey-glide",
"language":"Python",
"package_size": "",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compatibility": "8.0",
Expand Down
1 change: 1 addition & 0 deletions clients/python/github.com/valkey/valkey-py.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"github":"https://github.com/valkey-io/valkey-py",
"installation": "pip install valkey",
"language":"Python",
"package_size": "",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"valkey_version_compatibility": "7.2",
Expand Down

0 comments on commit f2b382b

Please sign in to comment.