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

SADD multiple members function missing #28

Closed
advancedlogic opened this issue Oct 28, 2018 · 0 comments
Closed

SADD multiple members function missing #28

advancedlogic opened this issue Oct 28, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@advancedlogic
Copy link

I am trying to add multiple members to a set but from your code, apparently, you do not handle it.

SADD mykey member1 member2 member3

or with Jedis:

jedis.sadd("mykey", "member1", "member2", "member3")

both return cardinality 1 (expected 3)

@tonivade tonivade self-assigned this Oct 28, 2018
@tonivade tonivade added the bug label Oct 28, 2018
@tonivade tonivade added this to the 1.4.1 milestone Oct 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants