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

Add asynchronous support #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

niwaigs
Copy link

@niwaigs niwaigs commented Sep 13, 2024

Summary

This PR introduces asynchronous support to the python-redis-cache library, allowing for non-blocking I/O operations and improved performance in environments requiring async operations.

Motivation

With increasing adoption of async frameworks like FastAPI, this enhancement allows the library to be used more efficiently in such environments, reducing I/O blocking and improving performance for developers working with asynchronous applications. #41

Potential Impact

These changes should not affect existing users who use the synchronous methods, as they remain fully supported. Asynchronous users will benefit from faster I/O operations without major codebase changes.

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

Successfully merging this pull request may close these issues.

1 participant