Redis Stack clients
Client libraries supporting Redis Stack
Redis Stack is built on Redis and uses the same client protocol as Redis. As a result, most Redis client libraries work with Redis Stack. But some client libraries provide a more complete developer experience.
To meaningfully support Redis Stack support, a client library must provide an API for the commands exposed by Redis Stack. Core client libraries generally provide one method per Redis Stack command. High-level libraries provide abstractions that may make use of multiple commands.
Core client libraries
The following core client libraries support Redis Stack:
- Jedis >= 4.4
- node-redis >= 4.6
- redis-py >= 4.5
- nredisstack >= 0.6.0
High-level client libraries
The Redis OM client libraries let you use the document modeling, indexing, and querying capabilities of Redis Stack much like the way you'd use an ORM. The following Redis OM libraries support Redis Stack: