-
Notifications
You must be signed in to change notification settings - Fork 190
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
feat: Add GearsCmdable
to go-redis
API adapter
#395
feat: Add GearsCmdable
to go-redis
API adapter
#395
Conversation
Add missing CONFIG keywords in (c TfunctionLoadReplace) Config, func (c TfunctionLoad) Config Ref: https://redis.io/commands/tfunction-load/
6810129
to
87a4053
Compare
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #395 +/- ##
==========================================
- Coverage 97.56% 97.51% -0.06%
==========================================
Files 76 76
Lines 30737 30848 +111
==========================================
+ Hits 29990 30082 +92
- Misses 627 641 +14
- Partials 120 125 +5
☔ View full report in Codecov by Sentry. |
Thank you for your contribution! @unknowntpo |
Thanks for reviewing my code, @rueian. |
This PR adds
GearsCmdable
to ourgo-redis
API adapter, and copied the tests fromgo-redis
to make sure that it's compatible.