Packages

t

com.avsystem.commons.redis

UnsafeCommand

trait UnsafeCommand extends RawCommand

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

Type Members

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

Abstract Value Members

  1. abstract def encoded: Encoded
    Definition Classes
    RawCommand

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. final def level: Level
    Definition Classes
    UnsafeCommandRawCommand
  10. 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
  11. final def preprocess(message: RedisMsg, state: WatchState): commons.Opt[RedisMsg]
    Definition Classes
    RawCommandReplyPreprocessor
  12. final def rawCommands(inTransaction: Boolean): RawCommand
    Definition Classes
    RawCommandRawCommandPack
  13. final def requireLevel(minAllowed: Level, clientType: String): UnsafeCommand.this.type
    Definition Classes
    RawCommandPacks
  14. def updateWatchState(message: RedisMsg, state: WatchState): Unit
    Definition Classes
    RawCommand