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

Nrredis v9 #658

Merged
merged 11 commits into from
Apr 27, 2023
Merged

Nrredis v9 #658

merged 11 commits into from
Apr 27, 2023

Commits on Apr 24, 2023

  1. feature: instrument go-redis v9

    gunturaf authored and iamemilio committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    88dcc0a View commit details
    Browse the repository at this point in the history
  2. fix: update datastores readme

    gunturaf authored and iamemilio committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    ec467da View commit details
    Browse the repository at this point in the history
  3. chore: update deps

    gunturaf authored and iamemilio committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    999bbda View commit details
    Browse the repository at this point in the history
  4. remove indirect deps

    Co-authored-by: Emilio Garcia <iamemilio@users.noreply.github.com>
    gunturaf and iamemilio committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    747d0ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f45f66 View commit details
    Browse the repository at this point in the history
  6. nrredis-v9 test added to ci

    iamemilio committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    f821ce5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45f65a9 View commit details
    Browse the repository at this point in the history
  8. nrredis test in go 1.18+

    iamemilio committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    08b8a4f View commit details
    Browse the repository at this point in the history
  9. nrreddis-v9 bug fix: check host is empty

    fixes an nrreddis 9 bug that was caused by checking that a host was not equal to an empty string, rather than checking that it was equal to an empty string.
    
    Co-authored-by: Guntur Akhmad <gunturaf@gmail.com>
    iamemilio and gunturaf committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    529faa6 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. fix mod and workflows

    iamemilio committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    bfe9bf4 View commit details
    Browse the repository at this point in the history
  2. fix ci nrredis

    iamemilio committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    66a6962 View commit details
    Browse the repository at this point in the history