meta-memcache-py icon indicating copy to clipboard operation
meta-memcache-py copied to clipboard

Asyncio support?

Open takeda opened this issue 1 year ago • 0 comments

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.

takeda avatar May 04 '24 21:05 takeda