Class RedisStateRepository

  • All Implemented Interfaces:
    StateRepository

    public class RedisStateRepository
    extends Object
    implements StateRepository
    A state repository which stores the feature state in Redis.

    The class provides a builder which can be used to configure the state repository instance (e.g. Redis hostname, Redis/Jedis configuration, serialization).

    Author:
    Cosmin Rentea