@ -328,6 +328,8 @@ public interface RSet<V> extends Set<V>, RExpirable, RSetAsync<V>, RSortable<Set
/**
* Check if each element is contained in the specified collection.
* Returns contained elements.
* <p>
* Requires <b>Redis 6.2.0 and higher.</b>
*
* @param c - collection to check
* @return contained elements
@ -183,6 +183,8 @@ public interface RSetAsync<V> extends RCollectionAsync<V>, RSortableAsync<Set<V>
@ -252,6 +252,8 @@ public interface RSetReactive<V> extends RCollectionReactive<V>, RSortableReacti
@ -254,6 +254,8 @@ public interface RSetRx<V> extends RCollectionRx<V>, RSortableRx<Set<V>> {