Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with
the various Redis 'drivers'/libraries.
|
org.springframework.data.redis.connection.jedis |
Connection package for Jedis library.
|
org.springframework.data.redis.connection.jredis |
Connection package for JRedis library.
|
org.springframework.data.redis.connection.lettuce |
Connection package for Lettuce Redis client.
|
org.springframework.data.redis.connection.srp |
Connection package for spullara Redis Protocol library.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RedisCommands
Interface for the commands supported by Redis.
|
interface |
RedisConnection
A connection to a Redis server.
|
interface |
StringRedisConnection
Convenience extension of
RedisConnection that accepts and returns String s instead of byte arrays. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultStringRedisConnection
Default implementation of
StringRedisConnection . |
Modifier and Type | Class and Description |
---|---|
class |
JedisConnection
RedisConnection implementation on top of Jedis library. |
Modifier and Type | Class and Description |
---|---|
class |
JredisConnection
RedisConnection implementation on top of JRedis library. |
Modifier and Type | Class and Description |
---|---|
class |
LettuceConnection
RedisConnection implementation on top of Lettuce Redis client. |
Modifier and Type | Class and Description |
---|---|
class |
SrpConnection
RedisConnection implementation on top of spullara Redis
Protocol library. |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.