Class EventStores.RedisStore

  • All Implemented Interfaces:
    EventStore, java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    EventStores

    public static class EventStores.RedisStore
    extends java.lang.Object
    implements EventStore, scala.Product, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RedisStore​(io.lettuce.core.RedisClient redisClient)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.lettuce.core.RedisClient redisClient()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • RedisStore

        public RedisStore​(io.lettuce.core.RedisClient redisClient)
    • Method Detail

      • redisClient

        public io.lettuce.core.RedisClient redisClient()