See: Description
| Interface | Description |
|---|---|
| RedisFacade |
This interface offers subset of redis.clients.jedis.BinaryJedisCommands.
|
| RedisFacade.RedisPubSub |
Used to implement PUBSUB mechanism.
|
| RedisFacade.ResponseFacade<T> |
Used to wrap implementation's response for transactions.
|
| RedisFacade.TransactionFacade |
Used to encapsulate redis library's transaction (MULTI) processing.
|
| RedisFacade.TransactionRunner<T> |
Implementation of this interface can be run within a redis transaction.
|
| Class | Description |
|---|---|
| AbstractRedisSessionRepositoryFactory | |
| JedisSessionRepositoryFactory |
Redis configuration is provided as a comma separated list with following
parameters:
pool maximum size of pool. |
| RedisConfiguration |
This class encapsulates configuration of Redis servers.
|
| RedisConfiguration.HostAndPort | |
| RedisSessionRepository |
Main class for implementing Redis repository logic.
|
| SafeEncoder |
Similar to implmentation in jedis
|
| Enum | Description |
|---|---|
| ExpirationStrategy |
Strategy used to detect expired sessions.
|
Copyright © 2018 Amadeus s.a.s.. All rights reserved.