RedisBlockingClient

redis.RedisBlockingClient
case class RedisBlockingClient(var host: String, var port: Int, username: Option[String], password: Option[String], db: Option[Int], name: String, connectTimeout: Option[FiniteDuration])(implicit _system: ActorSystem, redisDispatcher: RedisDispatcher) extends RedisClientActorLike with BLists

Attributes

Source:
Redis.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BLists
trait Request
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
BLists
Source:
BLists.scala

Attributes

Inherited from:
BLists
Source:
BLists.scala
def brpoplpush[R : ByteStringDeserializer](source: String, destination: String, timeout: FiniteDuration): Future[Option[R]]

Attributes

Inherited from:
BLists
Source:
BLists.scala

Attributes

Inherited from:
RedisClientActorLike
Source:
Redis.scala

Attributes

Inherited from:
RedisClientActorLike
Source:
Redis.scala

Attributes

Inherited from:
RedisClientActorLike
Source:
Redis.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def reconnect(host: String, port: Int): Unit

Attributes

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

Attributes

Inherited from:
ActorRequest
Source:
Request.scala
def stop(): Unit

Disconnect from the server (stop the actor)

Disconnect from the server (stop the actor)

Attributes

Inherited from:
RedisClientActorLike
Source:
Redis.scala

Inherited fields

Attributes

Inherited from:
RedisClientActorLike
Source:
Redis.scala

Implicits

Inherited implicits

Attributes

Inherited from:
RedisClientActorLike
Source:
Redis.scala