Redis Streams

Redis Streams is a Redis data structure that acts as an append-only log, supporting consumer groups, range queries, and message acknowledgment for building event-driven architectures and real-time data processing pipelines.

API entry from apis.yml

apis.yml Raw ↑
aid: redis-streams:redis-streams-api
name: Redis Streams
description: Redis Streams is a Redis data structure that acts as an append-only log, supporting consumer
  groups, range queries, and message acknowledgment for building event-driven architectures and real-time
  data processing pipelines.
humanURL: https://redis.io/docs/latest/develop/data-types/streams/
tags:
- Consumer Groups
- Event-Driven
- In-Memory
- Messaging
- Redis
- Streaming
properties:
- type: Documentation
  url: https://redis.io/docs/latest/develop/data-types/streams/
- type: JSONSchema
  url: json-schema/redis-stream-entry.json
- type: JSONSchema
  url: json-schema/redis-consumer-group.json
- type: JSONSchema
  url: json-schema/redis-stream-info.json
- type: JSONStructure
  url: json-structure/redis-stream-entry-structure.json
- type: JSONStructure
  url: json-structure/redis-consumer-group-structure.json
- type: JSONStructure
  url: json-structure/redis-stream-info-structure.json
- type: JSONLd
  url: json-ld/redis-streams-context.jsonld
- type: Vocabulary
  url: vocabulary/redis-streams-vocabulary.yml