Skip to content

Installation

Requirements

  • Python ≥ 3.11
  • Redis ≥ 6.2 (required for XAUTOCLAIM support)

Install

pip install redis-stream-queue

With msgpack support (smaller wire size, faster encode/decode):

pip install redis-stream-queue[msgpack]

Start Redis

docker run -p 6379:6379 redis