RedisClientPoolLike

abstract class RedisClientPoolLike(system: ActorSystem, redisDispatcher: RedisDispatcher)
class Object
trait Matchable
class Any

Value members

Abstract methods

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

Concrete methods

def broadcast[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Seq[Future[T]]
Returns:

behave nicely with Future helpers like firstCompletedOf or sequence

Source:
RedisPool.scala
def makeRedisClientActor(server: RedisServer, active: AtomicBoolean): ActorRef
def onConnectStatus(server: RedisServer, active: AtomicBoolean): Boolean => Unit
def stop(): Unit

Disconnect from the server (stop the actor)

Disconnect from the server (stop the actor)

Source:
RedisPool.scala

Abstract fields

Implicits