Class RedisWarpStore

java.lang.Object
fr.fuzeblocks.homeplugin.core.warps.RedisWarpStore
All Implemented Interfaces:
WarpRequestStore

public class RedisWarpStore extends Object implements WarpRequestStore
The type Redis warp store.
  • Constructor Details

    • RedisWarpStore

      public RedisWarpStore(redis.clients.jedis.JedisPooled jedis)
      Instantiates a new Redis warp store.
      Parameters:
      jedis - the jedis
  • Method Details