Skip to content

Commit a09f2b0

Browse files
committed
Document that Python 3.5.3 is needed for aioredis
1 parent d284528 commit a09f2b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ You can pass a `FakeServer` as the first argument to `create_redis` or
119119
`fakeredis.FakeRedis`). It should even be safe to do this state sharing between
120120
threads (as long as each connection/pool is only used in one thread).
121121

122+
It is highly recommended that you only use the aioredis support with
123+
Python 3.5.3 or higher. Earlier versions will not work correctly with
124+
non-default event loops.
125+
122126
Porting to fakeredis 1.0
123127
========================
124128

0 commit comments

Comments
 (0)