| 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() |
Bucket |
Bucket.BucketPropertyPath.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. |
| Modifier and Type | Method and Description |
|---|---|
static Bucket.BucketPropertyPath |
Bucket.BucketPropertyPath.from(Bucket bucket)
Creates a top-level
Bucket.BucketPropertyPath given Bucket. |
static Bucket.BucketPropertyPath |
Bucket.BucketPropertyPath.from(Bucket bucket,
String prefix)
|
| Constructor and Description |
|---|
RedisData(Bucket bucket)
|
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.