LettuceF

dev.naoh.lettucef.api.LettuceF$
object LettuceF

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LettuceF.type

Members list

Type members

Classlikes

case class ShutdownConfig(quietPeriod: Long, timeout: Long, timeUnit: TimeUnit)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def client[F[_] : Async](client: => RedisClient, shutdownConfig: ShutdownConfig): Resource[F, RedisClientF[F]]
def cluster[F[_] : Async](client: => RedisClusterClient, shutdownConfig: ShutdownConfig): Resource[F, RedisClusterClientF[F]]