Class RedisBackingStore

  • All Implemented Interfaces:
    IBackingStore

    public class RedisBackingStore
    extends Object
    implements IBackingStore
    Provides a Redis backing store, whose keys are namespaced with a prefix. This is implemented using a RedissonClient.