Class RedisSpawnStore

java.lang.Object
fr.fuzeblocks.homeplugin.spawn.RedisSpawnStore
All Implemented Interfaces:
SpawnRequestStore

public class RedisSpawnStore extends Object implements SpawnRequestStore
The type Redis spawn store.
  • Constructor Details

    • RedisSpawnStore

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