An implementation of DistributedMapCacheClient that uses Redis as the backing cache. This service is intended to be used when a non-atomic DistributedMapCacheClient is required.
redis, distributed, cache, map
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Redis Connection Pool | redis-connection-pool | Controller Service API: RedisConnectionPool Implementation: RedisConnectionPoolService | No Description Provided. | |
TTL | redis-cache-ttl | 0 secs | Indicates how long the data should exist in Redis. Setting '0 secs' would mean the data would exist forever |