Skip to content
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

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 26, 2024

  1. 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]>
    asafpamzn committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    db67a06 View commit details
    Browse the repository at this point in the history
  2. Update clients/ValkeyClients.md

    Co-authored-by: Avi Fenesh <[email protected]>
    Signed-off-by: asafpamzn <[email protected]>
    asafpamzn and avifenesh committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6495792 View commit details
    Browse the repository at this point in the history
  3. 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]>
    2 people authored and asafpamzn committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    65e3a3a View commit details
    Browse the repository at this point in the history
  4. 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]>
    uriyage authored and asafpamzn committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    21c71eb View commit details
    Browse the repository at this point in the history
  5. Addressed comments from the first review.

    Signed-off-by: asafpamzn <[email protected]>
    asafpamzn committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2a74a77 View commit details
    Browse the repository at this point in the history
  6. Addressed comments from the first review.

    Signed-off-by: asafpamzn <[email protected]>
    asafpamzn committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    43f4158 View commit details
    Browse the repository at this point in the history
  7. Update clients/ValkeyClients.md

    Co-authored-by: Rueian <[email protected]>
    Signed-off-by: asafpamzn <[email protected]>
    asafpamzn and rueian committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5b944ac View commit details
    Browse the repository at this point in the history
  8. Update code according to comments

    Signed-off-by: asafpamzn <[email protected]>
    asafpamzn committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    bc2edd9 View commit details
    Browse the repository at this point in the history
  9. update TOC

    Signed-off-by: asafpamzn <[email protected]>
    asafpamzn committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    16d3a15 View commit details
    Browse the repository at this point in the history
  10. Update ValkeyClients.md

    Signed-off-by: asafpamzn <[email protected]>
    asafpamzn committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6c79834 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e4bb60 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. updated json client files and added page to docs topics

    Signed-off-by: lior sventitzky <[email protected]>
    liorsve committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c1fb1a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from liorsve/main

    Update client json files and put client page in topics
    asafpamzn authored and liorsve committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    5382678 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. changed file name, fixed page and jsons according to comments

    Signed-off-by: lior sventitzky <[email protected]>
    liorsve committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    a2d5dd8 View commit details
    Browse the repository at this point in the history