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
trait Serializable
trait Product
trait Equals
trait Module[F]
class Object
trait Matchable
class Any
Show all
object Redis extends ModuleSupport

Attributes

Companion
class
Source
redis.scala
Supertypes
class Object
trait Matchable
class Any
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
trait Serializable
trait Product
trait Equals
trait Config
class Object
trait Matchable
class Any
Show all
object RedisConfig

Attributes

Companion
class
Source
redis.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object RedisPassword extends RefinedTypeOps[String, RedisPasswordConstraint, RedisPassword]

Attributes

Source
redis.scala
Supertypes
trait RefinedTypeOps[String, RedisPasswordConstraint, RedisPassword]
class Object
trait Matchable
class Any
Self type
object RedisUser extends RefinedTypeOps[String, RedisUserConstraint, RedisUser]

Attributes

Source
redis.scala
Supertypes
trait RefinedTypeOps[String, RedisUserConstraint, RedisUser]
class Object
trait Matchable
class Any
Self type
RedisUser.type

Types

opaque type RedisPassword

Attributes

Source
redis.scala
opaque type RedisUser

Attributes

Source
redis.scala

Extensions

Extensions

extension [F[_]](p: Pillars[F])
def redis: Redis[F]

Attributes

Source
redis.scala