Expand description
Defines types to use with the streams commands.
Structs§
- Builder options for
xadd_options
command - Builder options for
xautoclaim_options
command. - Reply type used with the
xautoclaim_options
command. - Builder options for
xclaim_options
command. - Reply type used with
xclaim
command. - Represents a stream
id
and its field/values as aHashMap
- A consumer parsed from
xinfo_consumers
command. - Reply type used with
xinfo_consumer
command, an array of every consumer in a specific consumer group. - A group parsed from
xinfo_groups
command. - Reply type used with
xinfo_groups
command. - Reply type used with
xinfo_stream
command, containing general information about the stream stored at the specified key. - Represents a stream
key
and itsid
’s parsed fromxread
methods. - Reply type used with
xpending_count
andxpending_consumer_count
commands. - Inner reply type when an
xpending
command has data. - Represents a pending message parsed from
xpending
methods. - Reply type used with
xrange
,xrange_count
,xrange_all
,xrevrange
,xrevrange_count
,xrevrange_all
commands. - Builder options for
xread_options
command. - Reply type used with
xread
orxread_options
commands. - Builder options for
xtrim_options
command
Enums§
- Utility enum for passing
MAXLEN [= or ~] [COUNT]
arguments intoStreamCommands
. The enum value represents the count. - Reply type used with
xpending
command. - Utility enum for passing
<MAXLEN|MINID> [=|~] threshold [LIMIT count]
arguments intoStreamCommands
. The enum values the trimming mode (=|~), the threshold, and the optional limit - Utility enum for passing the trim mode
[=|~]
arguments intoStreamCommands
.