We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d284528 commit a09f2b0Copy full SHA for a09f2b0
README.rst
@@ -119,6 +119,10 @@ You can pass a `FakeServer` as the first argument to `create_redis` or
119
`fakeredis.FakeRedis`). It should even be safe to do this state sharing between
120
threads (as long as each connection/pool is only used in one thread).
121
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
+
126
Porting to fakeredis 1.0
127
========================
128
0 commit comments