-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
type: enhancementA general enhancementA general enhancement
Description
Similar to SINTERCARD which implemented in
spring-data-redis/src/main/java/org/springframework/data/redis/core/DefaultSetOperations.java
Lines 149 to 154 in b09f752
| @Override | |
| public Long intersectSize(K key, Collection<K> otherKeys) { | |
| byte[][] rawKeys = rawKeys(key, otherKeys); | |
| return execute(connection -> connection.sInterCard(rawKeys)); | |
| } |
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement