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

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class RedisLoader extends Loader

Attributes

Supertypes
trait Loader
class Object
trait Matchable
class Any
object RedisPassword extends RefinedTypeOps[String, RedisPasswordConstraint, RedisPassword]

Attributes

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

Attributes

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

Types

opaque type RedisPassword
opaque type RedisUser

Extensions

Extensions

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