Package

com.github.j5ik2o.reactive

redis

Permalink

package redis

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

Type Members

  1. case class BackoffConfig(minBackoff: FiniteDuration = 3 seconds, maxBackoff: FiniteDuration = 30 seconds, randomFactor: Double = 0.2, maxRestarts: Int = 1) extends Product with Serializable

    Permalink
  2. case class BufferOfferException(message: String, cause: Option[Throwable] = None) extends RedisBaseException with Product with Serializable

    Permalink
  3. abstract class ConnectionAutoClose[M[_], A] extends AnyRef

    Permalink
  4. case class PeerConfig(remoteAddress: InetSocketAddress, localAddress: Option[InetSocketAddress] = None, options: Seq[SocketOption] = immutable.Seq.empty, halfClose: Boolean = false, connectTimeout: Duration = Duration.Inf, idleTimeout: Duration = Duration.Inf, backoffConfig: BackoffConfig = BackoffConfig(), requestBufferSize: Int = 1024, overflowStrategy: OverflowStrategy = OverflowStrategy.backpressure) extends Product with Serializable

    Permalink
  5. case class Provided[A](value: A) extends Result[A] with Product with Serializable

    Permalink
  6. type ReaderRedisConnection[M[_], A] = Kleisli[M, RedisConnection, A]

    Permalink
  7. type ReaderTTask[C, A] = Kleisli[Task, C, A]

    Permalink
  8. type ReaderTTaskRedisConnection[A] = Kleisli[Task, RedisConnection, A]

    Permalink
  9. abstract class RedisBaseException extends Exception

    Permalink
  10. class RedisClient extends StringsFeature with ListsFeature with HashesFeature with SetsFeature with SortedSetsFeature with GeoFeature with PubSubFeature with HyperLogLogFeature with StreamsFeature with KeysFeature with ConnectionFeature with ServerFeature with ClusterFeature with TransactionsFeature

    Permalink
  11. trait RedisConnection extends AnyRef

    Permalink
  12. abstract class RedisConnectionPool[M[_]] extends AnyRef

    Permalink
  13. class RedisConnectionPoolFlow extends AnyRef

    Permalink
  14. case class RedisIOException(message: Option[String], cause: Option[Throwable] = None) extends RedisBaseException with Product with Serializable

    Permalink
  15. class RedisMasterSlavesConnection extends RedisConnection

    Permalink
  16. case class RequestContext(commandRequest: CommandRequestBase, promise: Promise[CommandResponse], requestAt: ZonedDateTime) extends Product with Serializable

    Permalink
  17. case class ResettableRedisConnection(newRedisConnection: () ⇒ RedisConnection) extends RedisConnection with Product with Serializable

    Permalink
  18. trait ResponseBase extends AnyRef

    Permalink
  19. case class ResponseContext(byteString: ByteString, requestContext: RequestContext, requestsInTx: Seq[CommandRequest] = Seq.empty, responseAt: ZonedDateTime = ZonedDateTime.now) extends ResponseBase with Product with Serializable

    Permalink
  20. sealed trait Result[+A] extends AnyRef

    Permalink

Value Members

  1. object CommandResponseCont

    Permalink
  2. object ConnectionAutoClose

    Permalink
  3. object ReaderTTask

    Permalink
  4. object RedisClient

    Permalink
  5. object RedisConnection

    Permalink
  6. object RedisConnectionPool

    Permalink
  7. object RedisConnectionPoolFlow

    Permalink
  8. object Result

    Permalink
  9. object Suspended extends Result[Nothing] with Product with Serializable

    Permalink
  10. package command

    Permalink
  11. package feature

    Permalink
  12. package parser

    Permalink
  13. package pool

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped