Interface RedisCommandExtraArguments

    • Method Detail

      • toArgs

        default List<String> toArgs()
        Returns:
        the list of arguments, encoded as a list of String.
      • toArgs

        default List<String> toArgs​(Codec encoder)
        Parameters:
        encoder - an optional encoder to encode some of the values
        Returns:
        the list of arguments, encoded as a list of String.