You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The redis
sdiff
has the signaturesdiff 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
The text was updated successfully, but these errors were encountered: