Class CommandSegment


  • public abstract class CommandSegment
    extends Object
    Value object representing a segment within a Redis Command.

    A command segment is an ASCII string denoting a command, a named or an index-parameter reference.

    Since:
    5.0
    Author:
    Mark Paluch