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

fix misspelled function names #12

Merged

Conversation

AkiraMiyakoda
Copy link
Contributor

RedisPool has two misspelled functions aquire and aquire_connection which should be acquire and acquire_connection respectively.
Changing the function names is a breaking change, so I added new functions and mark the old ones deprecated.

aquire and aquire_connection should be acquire and acquire_connection
Copy link
Member

@genusistimelord genusistimelord left a comment

Choose a reason for hiding this comment

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

thank you very much for this. Sorry about that.

@genusistimelord genusistimelord merged commit 560ced1 into AscendingCreations:main Aug 20, 2024
1 check passed
@AkiraMiyakoda AkiraMiyakoda deleted the devel-fix-misspelling branch August 20, 2024 14:06
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.

2 participants