Uses of Class
com.moilioncircle.redis.replicator.cmd.impl.MaxLen
-
Packages that use MaxLen Package Description com.moilioncircle.redis.replicator.cmd.impl -
-
Uses of MaxLen in com.moilioncircle.redis.replicator.cmd.impl
Methods in com.moilioncircle.redis.replicator.cmd.impl that return MaxLen Modifier and Type Method Description MaxLenXAddCommand. getMaxLen()MaxLenXTrimCommand. getMaxLen()Methods in com.moilioncircle.redis.replicator.cmd.impl with parameters of type MaxLen Modifier and Type Method Description voidXAddCommand. setMaxLen(MaxLen maxLen)voidXTrimCommand. setMaxLen(MaxLen maxLen)Constructors in com.moilioncircle.redis.replicator.cmd.impl with parameters of type MaxLen Constructor Description XAddCommand(byte[] key, MaxLen maxLen, boolean nomkstream, byte[] id, Map<byte[],byte[]> fields)XAddCommand(byte[] key, MaxLen maxLen, byte[] id, Map<byte[],byte[]> fields)XAddCommand(byte[] key, MaxLen maxLen, MinId minId, Limit limit, boolean nomkstream, byte[] id, Map<byte[],byte[]> fields)XTrimCommand(byte[] key, MaxLen maxLen)XTrimCommand(byte[] key, MaxLen maxLen, MinId minId, Limit limit)
-