| Package | Description |
|---|---|
| com.amadeus.session.repository.redis |
Implements Redis based session repository.
|
| Class and Description |
|---|
| AbstractRedisSessionRepositoryFactory |
| ExpirationStrategy
Strategy used to detect expired sessions.
|
| RedisConfiguration
This class encapsulates configuration of Redis servers.
|
| RedisConfiguration.HostAndPort |
| RedisFacade
This interface offers subset of redis.clients.jedis.BinaryJedisCommands.
|
| RedisFacade.RedisPubSub
Used to implement PUBSUB mechanism.
|
| RedisFacade.ResponseFacade
Used to wrap implementation's response for transactions.
|
| RedisFacade.TransactionFacade
Used to encapsulate redis library's transaction (MULTI) processing.
|
| RedisFacade.TransactionRunner
Implementation of this interface can be run within a redis transaction.
|
| RedisSessionRepository
Main class for implementing Redis repository logic.
|
Copyright © 2018 Amadeus s.a.s.. All rights reserved.