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, BLists

Attributes

Source
RedisBlockingClient.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BLists
trait Request
trait ActorRequest
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def blmove[R : ByteStringDeserializer](source: String, destination: String, from: ListDirection, to: ListDirection, timeout: FiniteDuration): Future[Option[R]]

Attributes

Inherited from:
BLists
Source
BLists.scala

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
def getConnectOperations: () => Seq[Operation[_, _]]

Attributes

Inherited from:
RedisClientActorLike
Source
RedisClientActorLike.scala

Attributes

Inherited from:
RedisClientActorLike
Source
RedisClientActorLike.scala

Attributes

Inherited from:
RedisClientActorLike
Source
RedisClientActorLike.scala

Attributes

Inherited from:
Product

Attributes

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

Attributes

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

Attributes

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

Disconnect from the server (stop the actor)

Disconnect from the server (stop the actor)

Attributes

Inherited from:
RedisClientActorLike
Source
RedisClientActorLike.scala

Inherited fields

val redisConnection: ActorRef

Attributes

Inherited from:
RedisClientActorLike
Source
RedisClientActorLike.scala

Implicits

Inherited implicits

Attributes

Inherited from:
RedisClientActorLike
Source
RedisClientActorLike.scala