Packages

trait RawCommandPacks extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawCommandPacks
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def computeSize(limit: Int): Int
  2. abstract def emitCommandPacks(consumer: (RawCommandPack) ⇒ Unit): Unit

Concrete Value Members

  1. final def encodedSize: Int
  2. final def foreachKey(consumer: (ByteString) ⇒ Unit): Unit
  3. 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.

  4. final def requireLevel(minAllowed: Level, clientType: String): RawCommandPacks.this.type