-
Notifications
You must be signed in to change notification settings - Fork 46.3k
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
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. |
|
Closing this PR due to potential security issues. A new PR will be created with improved security measures. |
What I Did
These blocks use the
redis-pylibrary to connect and run commands.Block Details
Here is a list of the new blocks and what they do:
RedisGetBlockRedisSetBlockRedisDeleteBlockRedisExistsBlockRedisAtomicCounterBlockRedisInfoBlockRedisListPushBlockRedisListPopBlockRedisListGetBlockRedisPublishBlock