-
Notifications
You must be signed in to change notification settings - Fork 45.7k
feat(blocks): Adding Redis Integration #9723
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
base: dev
Are you sure you want to change the base?
Conversation
d Redis blocks for database operations
✅ Deploy Preview for auto-gpt-docs-dev canceled.
|
✅ Deploy Preview for auto-gpt-docs canceled.
|
Here's the code health analysis summary for commits Analysis Summary
|
My tests were breaking because of Poetry, so I updated Poetry to |
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Thanks for adding the Redis integration! The implementation of the new Redis blocks in However, the changes to Could you please revert the unrelated dependency updates in |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
What I Did
These blocks use the
redis-py
library to connect and run commands.Block Details
Here is a list of the new blocks and what they do:
RedisGetBlock
RedisSetBlock
RedisDeleteBlock
RedisExistsBlock
RedisAtomicCounterBlock
RedisInfoBlock
RedisListPushBlock
RedisListPopBlock
RedisListGetBlock
RedisPublishBlock