Skip to content

Commit 3619218

Browse files
authored
Merge pull request #677 from jazzband/readme-patch-1
2 parents 2e0c1f9 + c85f609 commit 3619218

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,8 @@ used with django-redis.
754754
"PARSER_CLASS": "redis.connection.HiredisParser",
755755
}
756756
757+
Note: if using version 5 of redis-py, use ``"redis.connection._HiredisParser"`` for the ``PARSER_CLASS`` due to an internal rename of classes within that package.
758+
757759
Pluggable clients
758760
~~~~~~~~~~~~~~~~~
759761

changelog.d/677.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added note in docs for correctly configuring hiredis parser when using redis-py version 5.

0 commit comments

Comments
 (0)