Skip to content

Conversation

@mp911de
Copy link
Member

@mp911de mp911de commented Jun 29, 2021

Also, refine RedisSet.

Closes #2037

mp911de added 3 commits June 29, 2021 15:38
Allows querying with a single command whether multiple elements are members of a set. Also, refine DefaultRedisSet.containsAll(…) implementation.

Closes #2037
Introduce factory methods on RedisSet for easier construction of RediSet. Add javadoc.
Revise clear method to perform a DEL command instead of empty set intersection.

See #2037
@mp911de mp911de added the type: enhancement A general enhancement label Jun 29, 2021
christophstrobl pushed a commit that referenced this pull request Jun 30, 2021
Allows querying with a single command whether multiple elements are members of a set. Also, refine DefaultRedisSet.containsAll(…) implementation.

Closes #2037
Original Pull Request: #2105
christophstrobl pushed a commit that referenced this pull request Jun 30, 2021
Introduce factory methods on RedisSet for easier construction of RediSet. Add javadoc.
Revise clear method to perform a DEL command instead of empty set intersection.

See #2037
Original Pull Request: #2105
@christophstrobl christophstrobl deleted the issue/2037 branch June 30, 2021 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for SMISMEMBER through variadic SetOperations.isMember(K key, Object... o) and ReactiveSetOperations

3 participants