meta-memcache-py
meta-memcache-py copied to clipboard
Asyncio support?
This library looks interesting, but it appears to be still synchronous, which makes it not as feasible for async projects as it blocks. It looks like any network based libraries for python seem to be migrating toward being asynchronous as that makes them more performant compared to using threads.