Commit ba186d2
authored
Remove process-id checks from asyncio. Asyncio and fork() does not mix. (#2911)
* Remove process-id checks from asyncio. Asyncio and fork() does not mix.
* Remove mention of threads from the async connection code
* Require connections to land in the correct pool
* Remove redundant async locking from the ConnectionPool class
* Simplify `BlockingConnectionPool`
* Ensure connection creation can be subclassed via `make_connection()`
* Fix resource missing awaits in test_cwe_404
* Unpatch mocked client after use1 parent 94ae3e0 commit ba186d2
File tree
2 files changed
+75
-267
lines changed- redis/asyncio
- tests/test_asyncio
2 files changed
+75
-267
lines changed
0 commit comments