RedisClientActorLike

redis.RedisClientActorLike
abstract class RedisClientActorLike(system: ActorSystem, redisDispatcher: RedisDispatcher, connectTimeout: Option[FiniteDuration]) extends ActorRequest

Attributes

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

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Redis.scala

Attributes

Source:
Redis.scala

Attributes

Source:
Redis.scala
def reconnect(host: String, port: Int): Unit

Attributes

Source:
Redis.scala
def stop(): Unit

Disconnect from the server (stop the actor)

Disconnect from the server (stop the actor)

Attributes

Source:
Redis.scala

Inherited methods

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

Attributes

Inherited from:
ActorRequest
Source:
Request.scala

Abstract fields

Attributes

Source:
Redis.scala

Attributes

Source:
Redis.scala
var port: Int

Attributes

Source:
Redis.scala

Concrete fields

val db: Option[Int]

Attributes

Source:
Redis.scala

Attributes

Source:
Redis.scala

Attributes

Source:
Redis.scala

Attributes

Source:
Redis.scala

Implicits

Implicits

Attributes

Source:
Redis.scala