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
final case class RedisConfig(host: Host, port: Port, maxQueue: Int, workers: Int, username: Option[RedisUser], password: RedisPassword, probe: ProbeConfig) extends Config
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
Extensions
Extensions
extension [F[_]](p: Pillars[F])
Attributes
- Source
- redis.scala
In this article