java.lang.Object
com.github.fppt.jedismock.operations.AbstractRedisOperation
com.github.fppt.jedismock.operations.streams.XTrim
All Implemented Interfaces:
RedisOperation

public class XTrim extends AbstractRedisOperation
XTRIM key (MAXLEN | MINID) [= | ~] threshold [LIMIT count]
Supported options: MINID, MAXLEN, LIMIT, =
Unsupported options: "~" - due to the fact that our implementation works as = option