Module lettuce.core

Class CommandSegment

java.lang.Object
io.lettuce.core.dynamic.segment.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
  • Constructor Details

    • CommandSegment

      public CommandSegment()
  • Method Details