Skip to content

Conversation

@jongyeol
Copy link
Contributor

@jongyeol jongyeol commented Aug 8, 2016

Make sure that:

  • You have read the contribution guidelines.

  • You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.

  • You submit test cases (unit or integration tests) that back your changes.

    …ication

According to http://redis.io/commands/srandmember ,
if count is positive, results are distinct.
But, count is negative, it allows results contain same element multiple items.

…ication

According to http://redis.io/commands/srandmember ,
if `count` is positive, results are distinct.
But, `count` is negative, it allows results contain same element multiple items.
@coveralls
Copy link

coveralls commented Aug 8, 2016

Coverage Status

Coverage increased (+0.2%) to 92.973% when pulling fad0107 on jongyeol:feature/fix-srandmember-return-type into 860e200 on mp911de:master.

@mp911de
Copy link
Collaborator

mp911de commented Aug 8, 2016

Thanks for the PR. This is a breaking API change so I'm going to apply the changes to master only.

@mp911de mp911de added the type: bug A general bug label Aug 8, 2016
@mp911de mp911de added this to the Lettuce 4.3.0 milestone Aug 8, 2016
mp911de pushed a commit that referenced this pull request Aug 11, 2016
…ication #330

According to http://redis.io/commands/srandmember ,
if `count` is positive, results are distinct.
But, `count` is negative, it allows results contain same element multiple items.
@mp911de
Copy link
Collaborator

mp911de commented Aug 11, 2016

Thanks a lot. That's merged with cc428c7.

@mp911de mp911de closed this Aug 11, 2016
@jongyeol jongyeol deleted the feature/fix-srandmember-return-type branch August 11, 2016 04:36
@mp911de mp911de changed the title Fix srandmember return type from Set to List for Redis command specif… Fix srandmember return type from Set to List Oct 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug A general bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants