| Package | Description |
|---|---|
| org.ff4j.cache |
Implementation of a cache proxy using REDIS.
|
| org.ff4j.store |
Implementation of a store using REDIS.
|
| Modifier and Type | Method and Description |
|---|---|
RedisConnection |
FeatureCacheProviderRedis.getRedisConnection()
Getter accessor for attribute 'redisConnection'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureCacheProviderRedis.setRedisConnection(RedisConnection redisConnection)
Setter accessor for attribute 'redisConnection'.
|
| Modifier and Type | Method and Description |
|---|---|
RedisConnection |
PropertyStoreRedis.getRedisConnection()
Getter accessor for attribute 'redisConnection'.
|
RedisConnection |
FeatureStoreRedis.getRedisConnection()
Getter accessor for attribute 'redisConnection'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyStoreRedis.setRedisConnection(RedisConnection redisConnection)
Setter accessor for attribute 'redisConnection'.
|
void |
FeatureStoreRedis.setRedisConnection(RedisConnection redisConnection)
Setter accessor for attribute 'redisConnection'.
|
| Constructor and Description |
|---|
EventRepositoryRedis(RedisConnection pRedisConnection)
Contact remote redis server.
|
FeatureStoreRedis(RedisConnection pRedisConnection)
Contact remote redis server.
|
PropertyStoreRedis(RedisConnection pRedisConnection)
Contact remote redis server.
|
Copyright © 2013–2016 FF4J. All rights reserved.