Provider
Redis
No field note has been filed yet.
Open ↗Filed byDirectory
Products by Redis
Redis Streams XADD
api
Appends a stream entry to a Redis stream, with optional trimming, idempotent processing, and auto-generated IDs.
View ↗BLPOP
api
Blocking list pop primitive that blocks the connection until an element is available to pop from the head of a list.
View ↗Redis Streams
library
Redis data type for log-like append-only message streams with consumer groups and persistence.
View ↗Redis Stream XLEN Command
api
Returns the number of entries inside a Redis stream.
View ↗Redis Streams Idempotent Message Processing
other
Idempotent message processing for Redis Streams (8.6+) enabling at-most-once production with automatic deduplication via XADD IDMP/IDMPAUTO.
View ↗Redis XNACK
cli
Stream consumer group command to release pending messages back to PEL without acknowledgment for immediate re-delivery.
View ↗XACK
api
Acknowledges and removes messages from a stream consumer group's Pending Entries List (PEL).
View ↗XREADGROUP
api
Redis Streams command for consumer group message reading with partitioning, claiming, and pending entry list management.
View ↗Redis Streams Consumer Groups
api
Container command for stream consumer group management in Redis Streams.
View ↗XREAD
api
Redis Streams command to read data from one or more streams with blocking support.
View ↗XRANGE
api
Redis stream command that returns entries matching a given range of IDs with time-based querying and iteration support.
View ↗