Uses of Class
io.quarkus.redis.datasource.stream.XTrimArgs
Packages that use XTrimArgs
-
Uses of XTrimArgs in io.quarkus.redis.datasource.stream
Methods in io.quarkus.redis.datasource.stream that return XTrimArgsModifier and TypeMethodDescriptionXTrimArgs.limit(long limit) Sets the maximum entries that can get evicted.XTrimArgs.maxlen(long maxlen) Sets the max length of the stream.Evicts entries from the stream having IDs lower to the specified one.XTrimArgs.nearlyExactTrimming()When set, prefix themaxlenwith~to enable the almost exact trimming.Methods in io.quarkus.redis.datasource.stream with parameters of type XTrimArgs -
Uses of XTrimArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type XTrimArgs