Uses of Class
io.quarkus.redis.datasource.stream.XAddArgs
Packages that use XAddArgs
-
Uses of XAddArgs in io.quarkus.redis.datasource.stream
Methods in io.quarkus.redis.datasource.stream that return XAddArgsModifier and TypeMethodDescriptionSets the stream id to identify a given entry inside a stream.XAddArgs.limit
(long limit) Sets the maximum entries that can get evicted.Sets the max length of the stream.Evicts entries from the stream having IDs lower to the specified one.XAddArgs.nearlyExactTrimming()
When set, prefix themaxlen
with~
to enable the almost exact trimming.XAddArgs.nomkstream()
Do not create a new stream if the stream does not exist yet.Methods in io.quarkus.redis.datasource.stream with parameters of type XAddArgs -
Uses of XAddArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type XAddArgs