Description:

An implementation of DistributedMapCacheClient that uses Redis as the backing cache. This service relies on the WATCH, MULTI, and EXEC commands in Redis, which are not fully supported when Redis is clustered. As a result, this service can only be used with a Redis Connection Pool that is configured for standalone or sentinel mode. Sentinel mode can be used to provide high-availability configurations.

Tags:

redis, distributed, cache, map

Properties:

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.

Name

Default Value

Allowable Values

Description

Redis Connection Pool

Controller Service API: 


RedisConnectionPool

Implementation:


RedisConnectionPoolService
No Description Provided.

State management:

This component does not store state.

Restricted:

This component is not restricted.