Class DefaultRedisZSet<E>

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

public class DefaultRedisZSet<E> extends AbstractRedisCollection<E> implements RedisZSet<E>
Default implementation for RedisZSet. 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, Andrey Shlykov