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

Conversation

janhavigupta007
Copy link
Collaborator

This includes changes:

  • Creating a client connection.
  • Invoking SET and GET commands.
  • Integration tests for connection and SET and GET commands.
  • Benchmarking code for SET and GET commands.

@janhavigupta007 janhavigupta007 requested a review from a team as a code owner July 15, 2024 09:12
glide-core/src/request_type.rs Outdated Show resolved Hide resolved
go/src/lib.rs Show resolved Hide resolved
@Yury-Fridlyand Yury-Fridlyand added the go golang wrapper label Jul 15, 2024
Copy link
Contributor

@eifrah-aws eifrah-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Please rebase your branch
  • Use the Java binding to modify remove references to Redis in the code. For example RedisClient is now named GlideClient etc. Please align the code with the other bindings

glide-core/src/protobuf/redis_request.proto Outdated Show resolved Hide resolved
go/api/base_client.go Outdated Show resolved Hide resolved
go/api/base_client.go Outdated Show resolved Hide resolved
go/api/base_client.go Show resolved Hide resolved
go/api/base_client.go Outdated Show resolved Hide resolved
go/api/response_handlers.go Outdated Show resolved Hide resolved
go/api/response_handlers.go Outdated Show resolved Hide resolved
go/api/response_handlers.go Show resolved Hide resolved
go/src/lib.rs Show resolved Hide resolved
go/src/lib.rs Show resolved Hide resolved
.github/workflows/go.yml Show resolved Hide resolved
go/.gitignore Outdated Show resolved Hide resolved
go/api/commands.go Outdated Show resolved Hide resolved
go/api/config.go Outdated Show resolved Hide resolved
go/api/response_handlers.go Show resolved Hide resolved
go/api/standalone_client.go Outdated Show resolved Hide resolved
protoc-3.20.3-linux-x86_64.zip Outdated Show resolved Hide resolved
go/protoc-3.20.3-linux-x86_64.zip Outdated Show resolved Hide resolved
go/integTest/shared_commands_test.go Show resolved Hide resolved
go/src/lib.rs Outdated Show resolved Hide resolved
go/DEVELOPER.md Outdated Show resolved Hide resolved
go/api/base_client.go Show resolved Hide resolved
go/api/glide_client.go Outdated Show resolved Hide resolved
java/THIRD_PARTY_LICENSES_JAVA Outdated Show resolved Hide resolved
node/DEVELOPER.md Outdated Show resolved Hide resolved
go/api/base_client.go Show resolved Hide resolved
go/api/commands.go Outdated Show resolved Hide resolved
go/api/config_test.go Show resolved Hide resolved
go/benchmarks/gobenchmarks.json Outdated Show resolved Hide resolved
go/examples/main.go Outdated Show resolved Hide resolved
go/integTest/glide_test_suite_test.go Outdated Show resolved Hide resolved
go/integTest/shared_commands_test.go Show resolved Hide resolved
go/src/lib.rs Outdated Show resolved Hide resolved
go/src/lib.rs Outdated Show resolved Hide resolved
go/src/lib.rs Show resolved Hide resolved
@janhavigupta007 janhavigupta007 force-pushed the go/command_response_struct branch 6 times, most recently from bd8b095 to e7a3714 Compare August 6, 2024 16:37
acarbonetto and others added 5 commits August 6, 2024 16:51
Signed-off-by: Janhavi Gupta <janhavigupta@google.com>
Signed-off-by: Janhavi Gupta <janhavigupta@google.com>
…untu/centos

Signed-off-by: Janhavi Gupta <janhavigupta@google.com>
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>
Signed-off-by: Janhavi Gupta <janhavigupta@google.com>
.github/workflows/go.yml Outdated Show resolved Hide resolved
…n and invoke set and get commands

Signed-off-by: Janhavi Gupta <janhavigupta@google.com>
@eifrah-aws eifrah-aws self-requested a review August 19, 2024 15:12
@eifrah-aws eifrah-aws merged commit 322d8d7 into valkey-io:main Aug 19, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go golang wrapper
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants