| Modifier and Type | Method and Description |
|---|---|
static LPosArgs |
empty()
Creates new empty
LPosArgs. |
static LPosArgs |
first(long rank)
Deprecated.
since 5.3.4, the option was renamed in Redis. Use
rank(long) instead. |
static LPosArgs |
maxlen(long count)
Creates new
LPosArgs and setting MAXLEN. |
static LPosArgs |
rank(long rank)
Creates new
LPosArgs and setting RANK. |
public static LPosArgs empty()
LPosArgs.LPosArgs.LPosArgs.maxlen(long)public static LPosArgs maxlen(long count)
LPosArgs and setting MAXLEN.LPosArgs with MAXLEN set.LPosArgs.maxlen(long)@Deprecated public static LPosArgs first(long rank)
rank(long) instead.LPosArgs and setting RANK.LPosArgs with RANK set.LPosArgs.first(long)public static LPosArgs rank(long rank)
LPosArgs and setting RANK.LPosArgs with RANK set.LPosArgs.rank(long)Copyright © 2020 lettuce.io. All rights reserved.