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

support SPOP count parameter #203

Closed
doodoori2 opened this issue May 6, 2015 · 3 comments
Closed

support SPOP count parameter #203

doodoori2 opened this issue May 6, 2015 · 3 comments

Comments

@doodoori2
Copy link

SPOP key [count] http://redis.io/commands/spop
Redis command SPOP can use with default parameter 'count' .

But currently there is no parameter for count option.
RedisValue SetPop(RedisKey key, CommandFlags flags = CommandFlags.None);

I think need to implement below method.
RedisValue SetPop(RedisKey key, long count = 0, CommandFlags flags = CommandFlags.None);

Thanks

@NickCraver
Copy link
Collaborator

Added to #528 for tracking.

@NickCraver NickCraver self-assigned this Jul 2, 2018
NickCraver added a commit that referenced this issue Jul 3, 2018
This API was missing - resolves #203
@NickCraver
Copy link
Collaborator

PR open for this in #874

NickCraver added a commit that referenced this issue Jul 4, 2018
This API was missing - resolves #203
@NickCraver
Copy link
Collaborator

Merged into pipelines, closing this out as complete for v2 :)

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

No branches or pull requests

2 participants