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:Implementing List commands #2434

Merged
merged 5 commits into from
Nov 4, 2024

Conversation

janhavigupta007
Copy link
Collaborator

Implementing the following list commands:

  • BLPOP
  • BRPOP
  • RRUSHX
  • LPUSHX
  • LMPOP, LMPOPCOUNT
  • BLMPOP, BLMPOPCOUNT
  • LSET
  • LMOVE
  • BLMOVE

Also, added the corresponding tests for the commands to verify the functionality.

Signed-off-by: Janhavi Gupta <[email protected]>
@janhavigupta007 janhavigupta007 requested a review from a team as a code owner October 11, 2024 05:31
@janhavigupta007 janhavigupta007 added the go golang wrapper label Oct 11, 2024
@janhavigupta007 janhavigupta007 self-assigned this Oct 11, 2024
go/api/base_client.go Show resolved Hide resolved
go/api/list_commands.go Outdated Show resolved Hide resolved
go/api/list_commands.go Outdated Show resolved Hide resolved
go/api/list_commands.go Outdated Show resolved Hide resolved
go/api/list_commands.go Outdated Show resolved Hide resolved
go/api/base_client.go Show resolved Hide resolved
go/api/command_options.go Outdated Show resolved Hide resolved
go/api/list_commands.go Outdated Show resolved Hide resolved
go/api/base_client.go Show resolved Hide resolved
go/api/base_client.go Show resolved Hide resolved
go/api/base_client.go Show resolved Hide resolved
go/api/base_client.go Show resolved Hide resolved
Signed-off-by: Janhavi Gupta <[email protected]>
@janhavigupta007 janhavigupta007 merged commit 3e41c1a into valkey-io:main Nov 4, 2024
14 checks passed
acarbonetto pushed a commit that referenced this pull request Nov 5, 2024
* Go:Implementing List commands

Signed-off-by: Janhavi Gupta <[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.

3 participants