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

ref(redis): add async redis client that uses the same pattern as sync redis #4356

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Litarnus
Copy link
Contributor

@Litarnus Litarnus commented Dec 6, 2024

This PR introduces a AsyncRedisClient instead of exposing the connection directly. The motivation behind this is to share a common pattern between sync and async

#skip-changelog

@Litarnus Litarnus self-assigned this Dec 6, 2024
@Litarnus Litarnus marked this pull request as ready for review December 6, 2024 13:05
@Litarnus Litarnus requested a review from a team as a code owner December 6, 2024 13:05
Copy link
Member

@Dav1dde Dav1dde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

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.

3 participants