From a636791925464dd929eb2acf4ab1cfedbaf19e7f Mon Sep 17 00:00:00 2001 From: Jack Linke <73554672+jacklinke@users.noreply.github.com> Date: Fri, 18 Aug 2023 10:30:32 -0400 Subject: [PATCH] Update README.rst Fix spelling/grammar --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 40e0831d..ccf323b1 100644 --- a/README.rst +++ b/README.rst @@ -754,7 +754,7 @@ 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. +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. Pluggable clients ~~~~~~~~~~~~~~~~~