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

Get valkey/redis version using client's info command #2276

Merged

Commits on Sep 11, 2024

  1. Get valkey/redis version using cli command

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    74dd3dc View commit details
    Browse the repository at this point in the history
  2. Change log updated

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    75ed97f View commit details
    Browse the repository at this point in the history
  3. Add validation

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    147643f View commit details
    Browse the repository at this point in the history
  4. Type updated for addresses field

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f94d35d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Refactor node js code to get version using client's info command

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c00d7bd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into node-get-version-using-cli-command

    Signed-off-by: prateek-kumar-improving <prateek.kumar@improving.com>
    prateek-kumar-improving authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    69a5f04 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into node-get-version-using-cli-command

    Signed-off-by: prateek-kumar-improving <prateek.kumar@improving.com>
    prateek-kumar-improving authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4fd56c9 View commit details
    Browse the repository at this point in the history
  4. Update RedisCluster to ValkeyServer

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    cb4e11f View commit details
    Browse the repository at this point in the history
  5. Formatting fixed

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    baa1a0d View commit details
    Browse the repository at this point in the history
  6. Formatting fixed

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4cd703f View commit details
    Browse the repository at this point in the history
  7. common function moved to TestUtilities

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    23ce215 View commit details
    Browse the repository at this point in the history
  8. Common function refactored

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    131677f View commit details
    Browse the repository at this point in the history
  9. Documentation updated

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    21a3519 View commit details
    Browse the repository at this point in the history
  10. fix for cluster client

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a3e8319 View commit details
    Browse the repository at this point in the history
  11. Formatting callback function parameter

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b1a9643 View commit details
    Browse the repository at this point in the history
  12. refactoring pubSub callback call

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ee4cd15 View commit details
    Browse the repository at this point in the history
  13. Pub sub cluster client parameter updated

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4fa5191 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    39171e6 View commit details
    Browse the repository at this point in the history
  15. formatting fixed

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0a95e8c View commit details
    Browse the repository at this point in the history
  16. Change log updated

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fdd3112 View commit details
    Browse the repository at this point in the history
  17. Change log updated

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    21aa6ac View commit details
    Browse the repository at this point in the history
  18. callback refactored

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9d43017 View commit details
    Browse the repository at this point in the history
  19. initFromExistingCluster cluster_mode added

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    43b7d96 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c96fc9d View commit details
    Browse the repository at this point in the history
  21. clients closed

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c861846 View commit details
    Browse the repository at this point in the history
  22. Glide cluster client closed

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    29d4f6c View commit details
    Browse the repository at this point in the history
  23. Files formatted

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8d38dfe View commit details
    Browse the repository at this point in the history
  24. Cluster mode added in client close

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e244aaa View commit details
    Browse the repository at this point in the history