Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Add recommendation to install hiredis #1138

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES/1138.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add recommendation to install optional dependency hiredis
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@ The easiest way to install aioredis is by using the package on PyPi:

pip install aioredis

It is **highly recommend** you also install hiredis:

pip install hiredis

## Requirements

- Python 3.6+
- hiredis
- Optional (recommended): hiredis

## Benchmarks

Expand Down