RedisClientActorLike

abstract class RedisClientActorLike(system: ActorSystem, redisDispatcher: RedisDispatcher, connectTimeout: Option[FiniteDuration]) extends ActorRequest
class Object
trait Matchable
class Any

Value members

Concrete methods

def reconnect(host: String, port: Int): Unit
def stop(): Unit

Disconnect from the server (stop the actor)

Disconnect from the server (stop the actor)

Source:
Redis.scala

Inherited methods

def send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]
Inherited from:
ActorRequest
Source:
Request.scala

Abstract fields

var port: Int

Implicits

Implicits