# Redix v1.6.0 - Table of Contents

> Fast, pipelined, resilient Redis driver for Elixir.

## Pages

- [Redix](readme.md)
- [Reconnections](reconnections.md)
- [Real-world usage](real-world-usage.md)
- [Redis Cluster](cluster.md)
- [Telemetry](telemetry.md)
- [Changelog](changelog.md)
- [License](license.md)

## Modules

- [Redix](Redix.md): This module provides the main API to interface with [Redis](http://redis.io) and
[Valkey](https://valkey.io/).
- [Redix.Cluster](Redix.Cluster.md): Main API for using [Redis Cluster](https://redis.io/docs/management/scaling/).
- [Redix.Protocol](Redix.Protocol.md): This module provides functions to work with the [Redis binary
protocol](http://redis.io/topics/protocol).

- [Redix.PubSub](Redix.PubSub.md): Interface for the Redis pub/sub functionality.
- [Redix.Telemetry](Redix.Telemetry.md): Telemetry integration for event tracing, metrics, and logging.
- [Redix.URI](Redix.URI.md): This module provides functions to work with a Redis URI.

- Exceptions
  - [Redix.ConnectionError](Redix.ConnectionError.md): Error in the connection to Redis.
  - [Redix.Error](Redix.Error.md): Error returned by Redis.
  - [Redix.Protocol.ParseError](Redix.Protocol.ParseError.md): Error in parsing data according to the
[RESP](http://redis.io/topics/protocol) protocol.

