Skip to content

Sets commands implement #55

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

Merged
merged 2 commits into from
Dec 6, 2021
Merged

Sets commands implement #55

merged 2 commits into from
Dec 6, 2021

Conversation

tuhuynh27
Copy link
Member

Implement SETS commands:

  • SADD
  • SMEMBERS
  • SISMEMBER
  • SCARD
  • SDIFF
  • SINTER
  • SUNION
  • SMOVE
  • SREM

Also handle error for wrong type operations

@tuhuynh27 tuhuynh27 added the enhancement New feature or request label Dec 6, 2021
@tuhuynh27 tuhuynh27 added this to the RC Release milestone Dec 6, 2021
@tuhuynh27 tuhuynh27 self-assigned this Dec 6, 2021
@tuhuynh27 tuhuynh27 merged commit 2dd9e79 into master Dec 6, 2021
@tuhuynh27 tuhuynh27 deleted the feature/set-impl branch December 6, 2021 13:40
@tuhuynh27 tuhuynh27 mentioned this pull request Dec 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants