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

sdiff in ardb is incompatible with Redis #473

Open
srikumarks opened this issue Nov 16, 2019 · 0 comments
Open

sdiff in ardb is incompatible with Redis #473

srikumarks opened this issue Nov 16, 2019 · 0 comments

Comments

@srikumarks
Copy link

srikumarks commented Nov 16, 2019

The redis sdiff has the signature sdiff key1 [key2...] meaning only one key needs to be provided and keys that aren't present are considered empty sets. Ardb requires at least two keys to be provided or else it errors out with "incorrect number of arguments". Ardb does correctly treat absent keys as empty sets.

Ref: https://redis.io/commands/sdiff
ardb release: 0.9.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant