| Package | Description |
|---|---|
| org.springframework.data.redis.connection.jedis |
Connection package for Jedis library.
|
| org.springframework.data.redis.connection.lettuce |
Connection package for Lettuce Redis client.
|
| Modifier and Type | Method and Description |
|---|---|
static ListConverter<byte[],String> |
JedisConverters.bytesListToStringListConverter() |
static ListConverter<redis.clients.jedis.GeoCoordinate,org.springframework.data.geo.Point> |
JedisConverters.geoCoordinateToPointConverter() |
static ListConverter<String,byte[]> |
JedisConverters.stringListToByteList() |
static ListConverter<redis.clients.jedis.Tuple,RedisZSetCommands.Tuple> |
JedisConverters.tuplesToTuples()
|
| Modifier and Type | Method and Description |
|---|---|
static ListConverter<com.lambdaworks.redis.GeoCoordinates,org.springframework.data.geo.Point> |
LettuceConverters.geoCoordinatesToPointConverter() |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.