public class JedisSessionRepositoryFactory extends AbstractRedisSessionRepositoryFactory
pool maximum size of pool.
mode CLUSTER|SENTINEL|SINGLE. If single, we are using single
redis server, otherwise we use cluster mode.
host slash separated list of DNS name or IP address of
cluster or sentinel nodes or server address for single node.
port default port for Redis servers
master master name when sentinel mode is used
expiration expiration strategy used. Possible values are
NOTIF and ZRANGE.
| Constructor and Description |
|---|
JedisSessionRepositoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected RedisFacade |
getRedisFacade(RedisConfiguration config)
Override this method to implement abstract factory for
RedisFacade. |
isDistributed, repositoryprotected RedisFacade getRedisFacade(RedisConfiguration config)
AbstractRedisSessionRepositoryFactoryRedisFacade.getRedisFacade in class AbstractRedisSessionRepositoryFactoryconfig - redis configurationCopyright © 2018 Amadeus s.a.s.. All rights reserved.