Skip to main content

SimpleRedisDistributedMapCacheClientService

Description

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.

Tags

cache, distributed, map, redis

Properties

In the list below required Properties are shown with an asterisk (*). Other properties are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Redis Connection Pool *redis-connection-poolController Service:
RedisConnectionPool

Implementations:
RedisConnectionPoolService
TTL *redis-cache-ttl0 secsIndicates how long the data should exist in Redis. Setting '0 secs' would mean the data would exist forever

State Management

This component does not store state.

Restricted

This component is not restricted.

System Resource Considerations

This component does not specify system resource considerations.

See Also