c

scredis.protocol

ZeroArgCommand

abstract class ZeroArgCommand extends Command

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

Instance Constructors

  1. new ZeroArgCommand(names: String*)

Value Members

  1. def encode(args: List[Any]): ByteBuffer
    Definition Classes
    Command
  2. def isReadOnly: Boolean
    Definition Classes
    Command
  3. def toString(): String
    Definition Classes
    Command → AnyRef → Any