Package

redis

actors

Permalink

package actors

Visibility
  1. Public
  2. All

Type Members

  1. trait DecodeReplies extends AnyRef

    Permalink
  2. case class QueuePromises(queue: Queue[Operation[_, _]]) extends Product with Serializable

    Permalink
  3. class RedisClientActor extends RedisWorkerIO

    Permalink
  4. class RedisReplyDecoder extends Actor

    Permalink
  5. abstract class RedisSubscriberActor extends RedisWorkerIO with DecodeReplies

    Permalink
  6. class RedisSubscriberActorWithCallback extends RedisSubscriberActor

    Permalink
  7. abstract class RedisWorkerIO extends Actor with ActorLogging

    Permalink
  8. case class ReplyErrorException(message: String) extends Exception with Product with Serializable

    Permalink

Value Members

  1. object InvalidRedisReply extends RuntimeException

    Permalink
  2. object KillOldRepliesDecoder extends Product with Serializable

    Permalink
  3. object NoConnectionException extends RuntimeException with Product with Serializable

    Permalink
  4. object Reconnect

    Permalink
  5. object WriteAck extends Event

    Permalink

Ungrouped