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: Implement Exists, Expire related commands and TTL commands #2738

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

niharikabhavaraju
Copy link

@niharikabhavaraju niharikabhavaraju commented Nov 22, 2024

Implementing the Exists, Expire related commands - with and without options(expire, pexpire, expireat, pexpireat, expiretime, pexpiretime), TTL commands(ttl, pttl) in GO client.

@niharikabhavaraju niharikabhavaraju requested a review from a team as a code owner November 22, 2024 04:27
@niharikabhavaraju niharikabhavaraju changed the title Implemented Exists, Expire and TTL commands Go: Implement Exists, Expire related commands and TTL commands Nov 22, 2024
go/api/base_client.go Outdated Show resolved Hide resolved
go/api/command_options.go Outdated Show resolved Hide resolved
go/api/generic_commands.go Outdated Show resolved Hide resolved
go/integTest/shared_commands_test.go Outdated Show resolved Hide resolved
go/api/command_options.go Outdated Show resolved Hide resolved
go/integTest/shared_commands_test.go Outdated Show resolved Hide resolved
Copy link
Collaborator

@janhavigupta007 janhavigupta007 left a comment

Choose a reason for hiding this comment

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

Looks the tests are failing in the workflow, please run the tests to confirm and fix.

niharikabhavaraju and others added 6 commits November 27, 2024 14:15
Signed-off-by: Niharika Bhavaraju <[email protected]>
…rrectly by removing newlines between branch names.

Signed-off-by: ikolomi <[email protected]>
Signed-off-by: Niharika Bhavaraju <[email protected]>
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