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: Adding the generic map handler and config set, get commands for standalone. #2303

Merged
merged 5 commits into from
Sep 19, 2024

Conversation

janhavigupta007
Copy link
Collaborator

  • Implementation of config|get and config|set commands for standalone client.
  • Handling of Map data structure for all the primitive types in rust (lib.rs).

go/api/response_handlers.go Outdated Show resolved Hide resolved
go/src/lib.rs Outdated Show resolved Hide resolved
go/api/glide_client.go Outdated Show resolved Hide resolved
go/api/glide_client.go Show resolved Hide resolved
go/api/response_handlers.go Show resolved Hide resolved
go/integTest/standalone_commands_test.go Show resolved Hide resolved
go/integTest/standalone_commands_test.go Outdated Show resolved Hide resolved
}

/// Frees the error_message received on a command failure.
/// TODO: Add a test case to check for memory leak.
Copy link
Collaborator

Choose a reason for hiding this comment

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

<3

go/utils/transform_utils.go Show resolved Hide resolved
go/utils/transform_utils.go Outdated Show resolved Hide resolved
@janhavigupta007 janhavigupta007 changed the title Adding the generic map handler and config set, get commands for standalone. Go: Adding the generic map handler and config set, get commands for standalone. Sep 18, 2024
Copy link
Collaborator

@Yury-Fridlyand Yury-Fridlyand left a comment

Choose a reason for hiding this comment

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

LGTM assuming other comments are addressed

@@ -21,7 +21,7 @@ type GlideTestSuite struct {
suite.Suite
standalonePorts []int
clusterPorts []int
redisVersion string
serverVersion string
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks

go/integTest/glide_test_suite_test.go Show resolved Hide resolved
go/integTest/glide_test_suite_test.go Outdated Show resolved Hide resolved
@janhavigupta007 janhavigupta007 merged commit 09b2219 into valkey-io:main Sep 19, 2024
13 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.

4 participants