Expand description
Stream module that contains specific interfaces for work with Redis-Stream “https://redis.io/topics/streams-intro”.
Structs§
- AckOptions
- Set of options that are required by
RedisStream::ack_entry() - EntryId
- Pending
Options - Set of options that are required by
RedisStream::pending_entries() - Range
Entry - Structure that wraps an range entry received on XRANGE request.
- Range
Options - Set of options that are required by
RedisStream::range() - Read
Explicit Options - Set of options that are required by
RedisStream::read_explicit() - Redis
Group - Pair of group name and consumer name
- Redis
Stream - The structure represents a Redis connection that provides interface for working with Redis Stream “https://redis.io/topics/streams-intro”.
- Send
Entry Options - Set of options that are required by
RedisStream::send_entry() - Stream
Entry - Structure that wraps a entry received on XREAD/XREADGROUP request.
- Subscribe
- The
Stream<Item=Vec<StreamEntry>, Error=RedisError>wrapper - Subscribe
Options - Set of options that are required by
RedisStream::subscribe() - Touch
Group Options - Set of options that are required by
RedisStream::touch_group()
Enums§
- AckResponse
- Structure that wraps a response on XACK request.
- Range
Type