-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce Valkey client overview #164
base: main
Are you sure you want to change the base?
Commits on Sep 26, 2024
-
Introduce Valkey client overview
- Created a new document that provides an overview of recommended Valkey clients across various programming languages. - Included mandatory features required for each client, such as Cluster Support and TLS/SSL Support. - Detailed advanced features supported by the clients, including: - Read from Replica - Exponential Backoff to Prevent Storm - Valkey Version Compatibility - PubSub State Restoration - Cluster Scan - Latency-Based Read from Replica - Client-Side Caching - Added feature comparison tables for each programming language (Python, JavaScript/Node.js, Java, Go, PHP, C#) to highlight the unique capabilities of each client. - Placeholder sections for Ruby and other languages marked as TODO for future updates. - References section includes a link to the official Valkey documentation. Signed-off-by: asafpamzn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db67a06 - Browse repository at this point
Copy the full SHA db67a06View commit details -
Update clients/ValkeyClients.md
Co-authored-by: Avi Fenesh <[email protected]> Signed-off-by: asafpamzn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6495792 - Browse repository at this point
Copy the full SHA 6495792View commit details -
Update cluster-slots to explain the deterministic ordering (valkey-io…
…#159) Update cluster-slots docs ref: valkey-io/valkey#265 --------- Signed-off-by: Roshan Khatri <[email protected]> Signed-off-by: Madelyn Olson <[email protected]> Co-authored-by: Madelyn Olson <[email protected]> Signed-off-by: asafpamzn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65e3a3a - Browse repository at this point
Copy the full SHA 65e3a3aView commit details -
Update threaded IO info (valkey-io#165)
Add documentation for the new `info stats` fields. --------- Signed-off-by: Uri Yagelnik <[email protected]> Signed-off-by: asafpamzn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21c71eb - Browse repository at this point
Copy the full SHA 21c71ebView commit details -
Addressed comments from the first review.
Signed-off-by: asafpamzn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a74a77 - Browse repository at this point
Copy the full SHA 2a74a77View commit details -
Addressed comments from the first review.
Signed-off-by: asafpamzn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43f4158 - Browse repository at this point
Copy the full SHA 43f4158View commit details -
Update clients/ValkeyClients.md
Co-authored-by: Rueian <[email protected]> Signed-off-by: asafpamzn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b944ac - Browse repository at this point
Copy the full SHA 5b944acView commit details -
Update code according to comments
Signed-off-by: asafpamzn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc2edd9 - Browse repository at this point
Copy the full SHA bc2edd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16d3a15 - Browse repository at this point
Copy the full SHA 16d3a15View commit details -
Signed-off-by: asafpamzn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c79834 - Browse repository at this point
Copy the full SHA 6c79834View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e4bb60 - Browse repository at this point
Copy the full SHA 1e4bb60View commit details
Commits on Nov 25, 2024
-
updated json client files and added page to docs topics
Signed-off-by: lior sventitzky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1fb1a6 - Browse repository at this point
Copy the full SHA c1fb1a6View commit details -
Merge pull request #1 from liorsve/main
Update client json files and put client page in topics
Configuration menu - View commit details
-
Copy full SHA for 5382678 - Browse repository at this point
Copy the full SHA 5382678View commit details
Commits on Nov 28, 2024
-
changed file name, fixed page and jsons according to comments
Signed-off-by: lior sventitzky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2d5dd8 - Browse repository at this point
Copy the full SHA a2d5dd8View commit details