Package | Description |
---|---|
org.springframework.data.redis.core |
Core package for integrating Redis with Spring concepts.
|
org.springframework.data.redis.support.collections |
Package providing implementations for most of the
java.util collections on top of Redis. |
Modifier and Type | Method and Description |
---|---|
BoundSetOperations<K,V> |
RedisTemplate.boundSetOps(K key) |
BoundSetOperations<K,V> |
RedisOperations.boundSetOps(K key)
Returns the operations performed on set values bound to the given key.
|
Constructor and Description |
---|
DefaultRedisSet(BoundSetOperations<String,E> boundOps)
Constructs a new
DefaultRedisSet instance. |
Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.