java.lang.Object
io.lettuce.core.XAddArgs.Builder
- Enclosing class:
- XAddArgs
public static class XAddArgs.Builder extends Object
Builder entry points for
XAddArgs.-
Method Summary
-
Method Details
-
maxlen
Creates newXAddArgsand setting MAXLEN.- Returns:
- new
XAddArgswith MAXLEN set. - See Also:
XAddArgs.maxlen(long)
-
nomkstream
Creates newXAddArgsand setting NOMKSTREAM.- Returns:
- new
XAddArgswith NOMKSTREAM set. - Since:
- 6.1
- See Also:
XAddArgs.nomkstream()
-
minId
Creates newXAddArgsand setting MINID.- Parameters:
minid- the oldest ID in the stream will be exactly the minimum between its original oldest ID and the specified threshold.- Returns:
- new
XAddArgswith MINID set. - Since:
- 6.1
- See Also:
XAddArgs.minId(String)
-