trait RawCommandPacks extends AnyRef
One or more RawCommandPacks. Conceptually pretty much the same as Traversable[RawCommandPack]]
but more lightweight.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RawCommandPacks
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
- final def encodedSize: Int
- final def foreachKey(consumer: (ByteString) ⇒ Unit): Unit
-
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. - final def requireLevel(minAllowed: Level, clientType: String): RawCommandPacks.this.type