Class RedisHomeStore

java.lang.Object
fr.fuzeblocks.homeplugin.home.RedisHomeStore
All Implemented Interfaces:
HomeRequestStore

public class RedisHomeStore extends Object implements HomeRequestStore
The type Redis home store.
  • Constructor Details

    • RedisHomeStore

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