RedisClientPoolLike
- Source:
- RedisPool.scala
class Object
trait Matchable
class Any
Value members
Abstract methods
protected def send[T](redisConnection: ActorRef, redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]
- Source:
- RedisPool.scala
Concrete methods
def makeRedisConnection(server: RedisServer, defaultActive: Boolean): (RedisServer, RedisConnection)
- Source:
- RedisPool.scala
Disconnect from the server (stop the actor)
Disconnect from the server (stop the actor)
- Source:
- RedisPool.scala