Packages

trait RawCommand extends RawCommandPack with RawCommands with ReplyPreprocessor

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawCommand
  2. ReplyPreprocessor
  3. RawCommands
  4. RawCommandPack
  5. RawCommandPacks
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Encoded = ArrayMsg[BulkStringMsg]

Abstract Value Members

  1. abstract def encoded: Encoded
  2. abstract def level: Level

Concrete Value Members

  1. final def checkLevel(minAllowed: Level, clientType: String): Unit
    Definition Classes
    RawCommandRawCommandPack
  2. final def computeSize(limit: Int): Int
    Definition Classes
    RawCommandPackRawCommandPacks
  3. final def createPreprocessor(replyCount: Int): RawCommand
    Definition Classes
    RawCommandRawCommandPack
  4. final def emitCommandPacks(consumer: (RawCommandPack) ⇒ Unit): Unit
    Definition Classes
    RawCommandPackRawCommandPacks
  5. final def emitCommands(consumer: (RawCommand) ⇒ Unit): Unit
    Definition Classes
    RawCommandRawCommands
  6. final def encodedSize: Int
    Definition Classes
    RawCommandPacks
  7. final def foreachKey(consumer: (ByteString) ⇒ Unit): Unit
    Definition Classes
    RawCommandPacks
  8. final def isAsking: Boolean
    Definition Classes
    RawCommandRawCommandPack
  9. def maxBlockingMillis: Int

    Maximum amount of time that these command packs may block on Redis side (like e.g.

    Maximum amount of time that these command packs may block on Redis side (like e.g. BLPOP). This method is overridden for RawCommand to return 0 and should be further overridden by each blocking command. Int.MaxValue should be returned for unlimited blocking.

    Definition Classes
    RawCommandRawCommandPacks
  10. final def preprocess(message: RedisMsg, state: WatchState): commons.Opt[RedisMsg]
    Definition Classes
    RawCommandReplyPreprocessor
  11. final def rawCommands(inTransaction: Boolean): RawCommand
    Definition Classes
    RawCommandRawCommandPack
  12. final def requireLevel(minAllowed: Level, clientType: String): RawCommand.this.type
    Definition Classes
    RawCommandPacks
  13. def updateWatchState(message: RedisMsg, state: WatchState): Unit