colossus.protocols

redis

package redis

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. redis
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait BroadcastGather extends AnyRef

  2. case class BulkReply(data: ByteString) extends Reply with Product with Serializable

  3. case class Command(command: String, args: Seq[ByteString]) extends Product with Serializable

    The Command class allows us to do basic parsing and building with minimal overhead

  4. trait CommandHasher[T] extends AnyRef

  5. class DelScatterGather[T] extends ScatterGather[T]

  6. case class ErrorReply(message: String) extends MessageReply with Product with Serializable

  7. case class IntegerReply(value: Long) extends Reply with Product with Serializable

  8. case class MBulkReply(replies: Seq[Reply]) extends Reply with Product with Serializable

  9. class MGetScatterGather[T] extends ScatterGather[T]

  10. class MSetScatterGather[T] extends ScatterGather[T]

  11. sealed abstract class MessageReply extends Reply

  12. trait Redis extends Protocol

  13. trait RedisClient[M[_]] extends LiftedClient[Redis, M]

    This trait houses the Redis API.

  14. class RedisClientCodec extends Client[Redis]

  15. case class RedisException(message: String) extends Exception with Product with Serializable

  16. class RedisServerCodec extends Server[Redis]

  17. sealed trait Reply extends AnyRef

  18. trait ScatterGather[T] extends AnyRef

  19. case class StatusReply(message: String) extends MessageReply with Product with Serializable

  20. case class UnexpectedRedisReplyException(message: String) extends Exception with Product with Serializable

Value Members

  1. object Command extends Serializable

  2. object EmptyMBulkReply extends Reply with Product with Serializable

  3. object NilMBulkReply extends Reply with Product with Serializable

  4. object NilReply extends Reply with Product with Serializable

  5. object RandomKeyBroadcastGather extends BroadcastGather

  6. object Redis extends ClientFactories[Redis, RedisClient]

  7. object RedisClient

  8. object RedisCommandParser

  9. object RedisReplyParser

  10. object ScatterGather

  11. object UnifiedBuilder

  12. object UnifiedProtocol

  13. object server extends BasicServiceDSL[Redis]

Inherited from AnyRef

Inherited from Any

Ungrouped