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 CodecDSL

  13. class RedisClient extends ServiceClient[Command, Reply]

  14. class RedisClientCodec extends ClientCodec[Command, Reply]

  15. abstract class RedisMonitorClient extends ClientConnectionHandler

    This client can be used to handle the redis monitor stream.

  16. class RedisServerCodec extends ServerCodec[Command, Reply]

  17. sealed trait Reply extends AnyRef

  18. trait ScatterGather[T] extends AnyRef

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

Value Members

  1. object Command extends Serializable

  2. object CommandTrie

  3. object Commands

  4. object EmptyMBulkReply extends Reply with Product with Serializable

  5. object InfoParser

  6. object NilMBulkReply extends Reply with Product with Serializable

  7. object NilReply extends Reply with Product with Serializable

  8. object RandomKeyBroadcastGather extends BroadcastGather

  9. implicit object RedisClientCodecFactory extends () ⇒ Codec[Command, Reply]

  10. implicit object RedisClientCodecProvider extends ClientCodecProvider[Redis]

  11. implicit object RedisCodecProvider extends CodecProvider[Redis]

  12. object RedisCommandParser

  13. object RedisMonitorClient

  14. object RedisReplyParser

  15. implicit object RedisServerCodecFactory extends () ⇒ Codec[Reply, Command]

  16. object ScatterGather

  17. object UnifiedBuilder

  18. object UnifiedProtocol

Inherited from AnyRef

Inherited from Any

Ungrouped