LettuceF
dev.naoh.lettucef.api.LettuceF$
object LettuceF
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
LettuceF.type
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ShutdownConfig
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ShutdownConfig.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]]
In this article