Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Added note about configuring pluggable parser with hiredis for those who are using redis-py 5, resolving #676
  • Loading branch information
jacklinke authored Aug 18, 2023
1 parent d4b5774 commit 95d76a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,8 @@ used with django-redis.
"PARSER_CLASS": "redis.connection.HiredisParser",
}
Note: if using version 5 of redis-py, you should use ``"redis.connection._HiredisParser"`` do to an internal rename of classes within that package.

Pluggable clients
~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 95d76a4

Please sign in to comment.