You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The Python interface to the Redis key-value store.
15
15
16
16
## Python Notice
17
17
18
-
redis-py 4.2.x will be the last generation of redis-py to support python 3.6 as it has been [End of Life'd](https://www.python.org/dev/peps/pep-0494/#schedule-last-security-only-release). Async support was introduced in redis-py 4.2.x thanks to [aioredis](https://github.com/aio-libs/aioredis-py), which necessitates this change. We will continue to maintain 3.6 support as long as possible - but the plan is for redis-py version 5+ to offically remove 3.6.
18
+
redis-py 4.2.x will be the last generation of redis-py to support python 3.6 as it has been [End of Life'd](https://www.python.org/dev/peps/pep-0494/#schedule-last-security-only-release). Async support was introduced in redis-py 4.2.x thanks to [aioredis](https://github.com/aio-libs/aioredis-py), which necessitates this change. We will continue to maintain 3.6 support as long as possible - but the plan is for redis-py version 5+ to officially remove 3.6.
19
19
20
20
---------------------------
21
21
@@ -76,7 +76,7 @@ can specify *decode_responses=True* in
76
76
returns a string type will be decoded with the encoding
77
77
specified.
78
78
79
-
The default encoding is utf-8, but this can be customized by specifiying the
79
+
The default encoding is utf-8, but this can be customized by specifying the
80
80
encoding argument for the redis.Redis class.
81
81
The encoding will be used to automatically encode any
82
82
strings passed to commands, such as key names and values.
0 commit comments