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

Go client: Adding a skeleton to create client connection and invoke SET and GET commands. #1937

Merged
merged 7 commits into from
Aug 19, 2024

Commits on Aug 6, 2024

  1. Go: create client connection (valkey-io#1303)

    Signed-off-by: Janhavi Gupta <janhavigupta@google.com>
    acarbonetto authored and janhavigupta007 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    728cda0 View commit details
    Browse the repository at this point in the history
  2. Go: Implement benchmarking (valkey-io#1330)

    Signed-off-by: Janhavi Gupta <janhavigupta@google.com>
    aaron-congo authored and janhavigupta007 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e4b7f36 View commit details
    Browse the repository at this point in the history
  3. Update DEVELOPER.md with instructions to extend LD_LIBRARY_PATH on ub…

    …untu/centos
    
    Signed-off-by: Janhavi Gupta <janhavigupta@google.com>
    aaron-congo authored and janhavigupta007 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e23a546 View commit details
    Browse the repository at this point in the history
  4. Go: Fix bug with -clients=all setting (valkey-io#1339)

    Fixes a bug where the benchmarks were ran twice for go-redis when the -clients option was set to "all"
    
    Signed-off-by: Janhavi Gupta <janhavigupta@google.com>
    aaron-congo authored and janhavigupta007 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6dbbc51 View commit details
    Browse the repository at this point in the history
  5. Go: update protobuf version to address dependabot alert (valkey-io#1352)

    Signed-off-by: Janhavi Gupta <janhavigupta@google.com>
    aaron-congo authored and janhavigupta007 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8325608 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Go client: Preparing the skeleton code to create the client connectio…

    …n and invoke set and get commands
    
    Signed-off-by: Janhavi Gupta <janhavigupta@google.com>
    janhavigupta007 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9b7bbc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80f7a69 View commit details
    Browse the repository at this point in the history