| Package | Description |
|---|---|
| org.springframework.data.redis.core.convert |
Converters for Redis repository support utilizing mapping metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Bucket |
Bucket.extract(String prefix)
Extracts a bucket containing key/value pairs with the
prefix. |
Bucket |
RedisData.getBucket() |
static Bucket |
Bucket.newBucketFromRawMap(Map<byte[],byte[]> source)
Creates a new Bucket from a given raw map.
|
static Bucket |
Bucket.newBucketFromStringMap(Map<String,String> source)
Creates a new Bucket from a given
String map. |
| Constructor and Description |
|---|
RedisData(Bucket bucket)
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.