Packages

object Asking extends UnsafeCommand with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Asking
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. UnsafeCommand
  7. RawCommand
  8. ReplyPreprocessor
  9. RawCommands
  10. RawCommandPack
  11. RawCommandPacks
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Encoded = ArrayMsg[BulkStringMsg]
    Definition Classes
    RawCommand

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. val encoded: Encoded
    Definition Classes
    AskingRawCommand
  7. final def encodedSize: Int
    Definition Classes
    RawCommandPacks
  8. final def foreachKey(consumer: (ByteString) ⇒ Unit): Unit
    Definition Classes
    RawCommandPacks
  9. final def isAsking: Boolean
    Definition Classes
    RawCommandRawCommandPack
  10. final def level: Level
    Definition Classes
    UnsafeCommandRawCommand
  11. 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
  12. final def preprocess(message: RedisMsg, state: WatchState): commons.Opt[RedisMsg]
    Definition Classes
    RawCommandReplyPreprocessor
  13. final def rawCommands(inTransaction: Boolean): RawCommand
    Definition Classes
    RawCommandRawCommandPack
  14. final def requireLevel(minAllowed: Level, clientType: String): Asking.this.type
    Definition Classes
    RawCommandPacks
  15. def updateWatchState(message: RedisMsg, state: WatchState): Unit
    Definition Classes
    RawCommand