|
Spring Data Key-Value | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RedisStringCommands | |
|---|---|
| org.springframework.data.keyvalue.redis.connection | Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries. |
| org.springframework.data.keyvalue.redis.connection.jedis | Connection package for Jedis library. |
| org.springframework.data.keyvalue.redis.connection.jredis | Connection package for JRedis library. |
| org.springframework.data.keyvalue.redis.connection.rjc | Connection package for RJC library. |
| Uses of RedisStringCommands in org.springframework.data.keyvalue.redis.connection |
|---|
| Subinterfaces of RedisStringCommands in org.springframework.data.keyvalue.redis.connection | |
|---|---|
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 Strings instead of
byte arrays. |
| Classes in org.springframework.data.keyvalue.redis.connection that implement RedisStringCommands | |
|---|---|
class |
DefaultStringRedisConnection
Default implementation of StringRedisConnection. |
| Uses of RedisStringCommands in org.springframework.data.keyvalue.redis.connection.jedis |
|---|
| Classes in org.springframework.data.keyvalue.redis.connection.jedis that implement RedisStringCommands | |
|---|---|
class |
JedisConnection
RedisConnection implementation on top of Jedis library. |
| Uses of RedisStringCommands in org.springframework.data.keyvalue.redis.connection.jredis |
|---|
| Classes in org.springframework.data.keyvalue.redis.connection.jredis that implement RedisStringCommands | |
|---|---|
class |
JredisConnection
RedisConnection implementation on top of JRedis library. |
| Uses of RedisStringCommands in org.springframework.data.keyvalue.redis.connection.rjc |
|---|
| Classes in org.springframework.data.keyvalue.redis.connection.rjc that implement RedisStringCommands | |
|---|---|
class |
RjcConnection
RedisConnection implementation on top of rjc library. |
|
Spring Data Key-Value | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||