RedisClientPoolLike

redis.RedisClientPoolLike
abstract class RedisClientPoolLike(system: ActorSystem, redisDispatcher: RedisDispatcher)

Attributes

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

Members list

Concise view

Value members

Abstract methods

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

Attributes

Source:
RedisPool.scala

Concrete methods

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

Attributes

Returns:

behave nicely with Future helpers like firstCompletedOf or sequence

Source:
RedisPool.scala
def getConnectOperations(server: RedisServer): () => Seq[Operation[_, _]]

Attributes

Source:
RedisPool.scala
def makeRedisClientActor(server: RedisServer, active: AtomicBoolean): ActorRef

Attributes

Source:
RedisPool.scala

Attributes

Source:
RedisPool.scala
def onConnect(redis: RedisCommands, server: RedisServer): Unit

Attributes

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

Attributes

Source:
RedisPool.scala

Attributes

Source:
RedisPool.scala
def stop(): Unit

Disconnect from the server (stop the actor)

Disconnect from the server (stop the actor)

Attributes

Source:
RedisPool.scala

Abstract fields

Attributes

Source:
RedisPool.scala

Implicits

Implicits

Attributes

Source:
RedisPool.scala