Class RedisRtpRequestStore

java.lang.Object
fr.fuzeblocks.homeplugin.rtp.RedisRtpRequestStore
All Implemented Interfaces:
RtpRequestStore

public class RedisRtpRequestStore extends Object implements RtpRequestStore
The type Redis rtp request store.
  • Constructor Details

    • RedisRtpRequestStore

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