|
|
|
@ -267,6 +267,8 @@ public interface RSet<V> extends Set<V>, RExpirable, RSetAsync<V>, RSortable<Set
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Counts elements of set as a result of sets intersection with current set.
|
|
|
|
|
* <p>
|
|
|
|
|
* Requires <b>Redis 7.0.0 and higher.</b>
|
|
|
|
|
*
|
|
|
|
|
* @param names - name of sets
|
|
|
|
|
* @return amount of elements
|
|
|
|
@ -275,6 +277,8 @@ public interface RSet<V> extends Set<V>, RExpirable, RSetAsync<V>, RSortable<Set
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Counts elements of set as a result of sets intersection with current set.
|
|
|
|
|
* <p>
|
|
|
|
|
* Requires <b>Redis 7.0.0 and higher.</b>
|
|
|
|
|
*
|
|
|
|
|
* @param names - name of sets
|
|
|
|
|
* @param limit - sets intersection limit
|
|
|
|
|