Class RedisKeyValueStore

  • All Implemented Interfaces:
    KeyValueStore, KeyValueStoreProvider

    public class RedisKeyValueStore
    extends AbstractKeyValueStoreProvider
    Redis implementation of a Key/Value Store Provider.

    The following configuration properties are available:

    • namespace: the Redis namespace to use for keys (in addition to the global Redis namespace configured in the Redis service). DEPRECATED since 10.10, use the descriptor's <namespace> element instead.
    Since:
    9.1