This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

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:

    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: