-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from liorsve/main
Update client json files and put client page in topics
- Loading branch information
Showing
14 changed files
with
144 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "valkey-go", | ||
"description": "A fast Golang Valkey client that does auto pipelining and supports server-assisted client-side caching.", | ||
"language":"Go", | ||
"read_from_replica": true, | ||
"smart_backoff_to_prevent_connection_storm": true, | ||
"valkey_version_compatibility": "7.2", | ||
"pubsub_state_restoration": true, | ||
"cluster_scan": false, | ||
"latency_based_read_from_replica": false, | ||
"AZ_based_read_from_replica": false, | ||
"client_side_caching": true, | ||
"client_capa_redirect": false, | ||
"persistent_connection_pool": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Valkey GLIDE", | ||
"description": "General Language Independent Driver for the Enterprise (GLIDE) for Redis is an advanced multi-language Redis client that is feature rich, highly performant, and built for reliability and operational stability. GLIDE for Redis is supported by AWS.", | ||
"language":"Java", | ||
"read_from_replica": true, | ||
"smart_backoff_to_prevent_connection_storm": true, | ||
"valkey_version_compatibility": "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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "valkey-java", | ||
"description": "valkey-java is Valkey's Java client, derived from Jedis fork, dedicated to maintaining simplicity and high performance.", | ||
"language":"Java", | ||
"read_from_replica": false, | ||
"smart_backoff_to_prevent_connection_storm": true, | ||
"valkey_version_compatibility": "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 | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Valkey GLIDE", | ||
"description": "General Language Independent Driver for the Enterprise (GLIDE) for Redis is an advanced multi-language Redis client that is feature rich, highly performant, and built for reliability and operational stability. GLIDE for Redis is supported by AWS.", | ||
"language":"Node.js", | ||
"read_from_replica": true, | ||
"smart_backoff_to_prevent_connection_storm": true, | ||
"valkey_version_compatibility": "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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "iovalkey", | ||
"description": "A robust, performance-focused and full-featured Redis client for Node.js.", | ||
"language":"Node.js", | ||
"read_from_replica": true, | ||
"smart_backoff_to_prevent_connection_storm": true, | ||
"valkey_version_compatibility": "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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
{ | ||
"name": "Predis", | ||
"description": "Mature and supported", | ||
"description": "A flexible and feature-complete Redis client for PHP.", | ||
"recommended": true, | ||
"twitter": [ | ||
"JoL1hAHN" | ||
] | ||
], | ||
"language":"PHP", | ||
"read_from_replica": true, | ||
"smart_backoff_to_prevent_connection_storm": true, | ||
"valkey_version_compatibility": "7.2", | ||
"pubsub_state_restoration": false, | ||
"cluster_scan": false, | ||
"latency_based_read_from_replica": false, | ||
"AZ_based_read_from_replica": false, | ||
"client_side_caching": true, | ||
"client_capa_redirect": false, | ||
"persistent_connection_pool": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,21 @@ | ||
{ | ||
"name": "phpredis", | ||
"description": "This is a client written in C as a PHP module.", | ||
"description": " A PHP extension for Redis, offering high performance and a native API.", | ||
"recommended": true, | ||
"twitter": [ | ||
"grumi78", | ||
"yowgi", | ||
"yatsukhnenko" | ||
] | ||
], | ||
"language":"PHP", | ||
"read_from_replica": true, | ||
"smart_backoff_to_prevent_connection_storm": true, | ||
"valkey_version_compatibility": "7.2", | ||
"pubsub_state_restoration": false, | ||
"cluster_scan": false, | ||
"latency_based_read_from_replica": false, | ||
"AZ_based_read_from_replica": false, | ||
"client_side_caching": true, | ||
"client_capa_redirect": false, | ||
"persistent_connection_pool": true | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Valkey GLIDE", | ||
"description": "General Language Independent Driver for the Enterprise (GLIDE) for Redis is an advanced multi-language Redis client that is feature rich, highly performant, and built for reliability and operational stability. GLIDE for Redis is supported by AWS.", | ||
"language":"Python", | ||
"read_from_replica": true, | ||
"smart_backoff_to_prevent_connection_storm": true, | ||
"valkey_version_compatibility": "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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "valkey-py", | ||
"description": "The Python interface to the Valkey key-value store.", | ||
"language":"Python", | ||
"read_from_replica": true, | ||
"smart_backoff_to_prevent_connection_storm": true, | ||
"valkey_version_compatibility": "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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters