RedisBlockingClient

case class RedisBlockingClient(var host: String, var port: Int, password: Option[String], db: Option[Int], name: String, connectTimeout: Option[FiniteDuration])(implicit _system: ActorSystem, redisDispatcher: RedisDispatcher) extends RedisClientActorLike with BLists
trait Serializable
trait Product
trait Equals
trait BLists
trait Request
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
BLists
Source:
BLists.scala
Inherited from:
BLists
Source:
BLists.scala
def brpoplpush[R : ByteStringDeserializer](source: String, destination: String, timeout: FiniteDuration): Future[Option[R]]
Inherited from:
BLists
Source:
BLists.scala
Inherited from:
RedisClientActorLike
Source:
Redis.scala
Inherited from:
Product
def reconnect(host: String, port: Int): Unit
Inherited from:
RedisClientActorLike
Source:
Redis.scala
def send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]
Inherited from:
ActorRequest
Source:
Request.scala
def stop(): Unit

Disconnect from the server (stop the actor)

Disconnect from the server (stop the actor)

Inherited from:
RedisClientActorLike
Source:
Redis.scala

Inherited fields

Implicits

Inherited implicits