Class RedisStore


public class RedisStore extends MapBasedDataStore
  • Field Details

    • redisson

      org.redisson.api.RedissonClient redisson
    • logger

      protected static org.slf4j.Logger logger
  • Constructor Details

    • RedisStore

      public RedisStore(String redisConnectionUrl)
      It can be redis url starts with redis://.. or it can be config file address the in the disk
      Parameters:
      redisConnectionUrl -
  • Method Details