Packages

t

zio.redis.options

Connection

trait Connection extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Connection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed case class Address(ip: InetAddress, port: Int) extends Product with Serializable
  2. sealed case class ClientEvents(readable: Boolean = false, writable: Boolean = false) extends Product with Serializable
  3. sealed trait ClientFlag extends AnyRef
  4. sealed case class ClientInfo(id: Long, name: Option[String] = None, address: Option[Address] = None, localAddress: Option[Address] = None, fileDescriptor: Option[Long] = None, age: Option[zio.Duration] = None, idle: Option[zio.Duration] = None, flags: Set[ClientFlag] = Set.empty, databaseId: Option[Long] = None, subscriptions: Int = 0, patternSubscriptions: Int = 0, multiCommands: Int = 0, queryBufferLength: Option[Int] = None, queryBufferFree: Option[Int] = None, outputBufferLength: Option[Int] = None, outputListLength: Option[Int] = None, outputBufferMem: Option[Long] = None, events: ClientEvents = ClientEvents(), lastCommand: Option[String] = None, argvMemory: Option[Long] = None, totalMemory: Option[Long] = None, redirectionClientId: Option[Long] = None, user: Option[String] = None) extends Product with Serializable
  5. sealed trait ClientKillFilter extends AnyRef
  6. sealed trait ClientPauseMode extends AnyRef
  7. sealed case class ClientTrackingFlags(clientSideCaching: Boolean, trackingMode: Option[ClientTrackingMode] = None, noLoop: Boolean = false, caching: Option[Boolean] = None, brokenRedirect: Boolean = false) extends Product with Serializable
  8. sealed case class ClientTrackingInfo(flags: ClientTrackingFlags, redirect: ClientTrackingRedirect, prefixes: Set[String] = Set.empty) extends Product with Serializable
  9. sealed trait ClientTrackingMode extends AnyRef
  10. sealed trait ClientTrackingRedirect extends AnyRef
  11. sealed trait ClientType extends AnyRef
  12. sealed trait UnblockBehavior extends AnyRef

Value Members

  1. object ClientFlag
  2. object ClientKillFilter
  3. object ClientPauseMode
  4. object ClientTrackingMode
  5. object ClientTrackingRedirect
  6. object ClientType
  7. object UnblockBehavior