pillars.redis_rediculous
package pillars.redis_rediculous
Members list
Type members
Classlikes
final case class Redis[F[_]](config: RedisConfig, connection: Resource[F, RedisConnection[F]])(implicit evidence$1: MonadCancelThrow[F], c: Concurrent[F]) extends Module[F]
Attributes
- Companion
- object
- Source
- redis.scala
- Supertypes
object Redis extends ModuleSupport
Attributes
- Companion
- class
- Source
- redis.scala
- Supertypes
- Self type
-
Redis.type
Attributes
- Companion
- object
- Source
- redis.scala
- Supertypes
object RedisConfig
Attributes
- Companion
- class
- Source
- redis.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RedisConfig.type
object RedisPassword extends RefinedTypeOps[String, RedisPasswordConstraint, RedisPassword]
Attributes
- Source
- redis.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RedisPassword.type
In this article