Class DefaultRedisSet<E>

java.lang.Object
java.util.AbstractCollection<E>
org.springframework.data.redis.support.collections.AbstractRedisCollection<E>
org.springframework.data.redis.support.collections.DefaultRedisSet<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>, BoundKeyOperations<String>, RedisCollection<E>, RedisSet<E>, RedisStore

public class DefaultRedisSet<E> extends AbstractRedisCollection<E> implements RedisSet<E>
Default implementation for RedisSet. Note that the collection support works only with normal, non-pipeline/multi-exec connections as it requires a reply to be sent right away.
Author:
Costin Leau, Christoph Strobl, Mark Paluch