Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would it be feasible to provide asyncio compatible client? #533

Open
takeda opened this issue Aug 5, 2023 · 1 comment
Open

Would it be feasible to provide asyncio compatible client? #533

takeda opened this issue Aug 5, 2023 · 1 comment

Comments

@takeda
Copy link

takeda commented Aug 5, 2023

I know this package is synchronous, but am wondering (based on how it was designed) is there possibility that it could have async client, or changes needing to be done would be so massive, it would warrant complete rewrite?

I'm aware of emcache, aiomcache which are async, but without a doubt this package has most features and is most popular.

@jogo
Copy link
Contributor

jogo commented Aug 11, 2023

Hi @takeda I haven't dug into how invasive it would be to make this client async, but if I had to guess we would end up adding some separate async clients in addition to the existing ones to support this.

That being said. we would be happy to accept contributions to add optional async support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants