RoundRobinPoolRequest

redis.RoundRobinPoolRequest

Attributes

Source
RoundRobinPoolRequest.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Concrete methods

protected def send[T](redisConnection: ActorRef, redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]

Attributes

Source
RoundRobinPoolRequest.scala
def send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]

Attributes

Source
RoundRobinPoolRequest.scala

Concrete fields

val next: AtomicInteger

Attributes

Source
RoundRobinPoolRequest.scala

Givens