Skip to content

Commit 95d76a4

Browse files
authored
Update README.rst
Added note about configuring pluggable parser with hiredis for those who are using redis-py 5, resolving #676
1 parent d4b5774 commit 95d76a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-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, you should use ``"redis.connection._HiredisParser"`` do to an internal rename of classes within that package.
758+
757759
Pluggable clients
758760
~~~~~~~~~~~~~~~~~
759761

0 commit comments

Comments
 (0)