java.lang.Object
io.lettuce.core.LPosArgs.Builder
- Enclosing class:
- LPosArgs
public static class LPosArgs.Builder extends Object
Builder entry points for
LPosArgs.-
Method Summary
-
Method Details
-
empty
Creates new emptyLPosArgs.- Returns:
- new
LPosArgs. - See Also:
LPosArgs.maxlen(long)
-
maxlen
Creates newLPosArgsand setting MAXLEN.- Returns:
- new
LPosArgswith MAXLEN set. - See Also:
LPosArgs.maxlen(long)
-
rank
Creates newLPosArgsand setting RANK.- Returns:
- new
LPosArgswith RANK set. - See Also:
LPosArgs.rank(long)
-