-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add support for redis functions #2020
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
This pull request introduces 3 alerts and fixes 2 when merging ec16a5b into 9180b91 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 3 alerts and fixes 2 when merging 0ba5234 into 9180b91 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 3 alerts and fixes 2 when merging 42b90d4 into bae54f1 - view on LGTM.com new alerts:
fixed alerts:
|
Codecov Report
@@ Coverage Diff @@
## master #2020 +/- ##
==========================================
- Coverage 95.46% 95.10% -0.36%
==========================================
Files 396 409 +13
Lines 3682 3803 +121
Branches 442 458 +16
==========================================
+ Hits 3515 3617 +102
- Misses 87 96 +9
- Partials 80 90 +10
Continue to review full report at Codecov.
|
This pull request introduces 3 alerts and fixes 2 when merging 5c1525a into bae54f1 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 3 alerts and fixes 2 when merging 3304b5c into be51abe - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 3 alerts and fixes 2 when merging 85c7acd into 0f65690 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 3 alerts and fixes 2 when merging fec0501 into 329885b - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 3 alerts and fixes 2 when merging 4428971 into c473c5f - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 3 alerts and fixes 2 when merging 4c6970d into c473c5f - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 3 alerts and fixes 2 when merging fe00969 into 79ee8f2 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 3 alerts and fixes 2 when merging 74a6fb8 into 23b6513 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 3 alerts and fixes 2 when merging 802c517 into 23b6513 - view on LGTM.com new alerts:
fixed alerts:
|
* run tests on redis 7 as well - copied from redis#2020 * copy some changes from redis#2020 * clean BITCOUNT
* fix redis#1906 - implement BITFIELD_RO * initial support for redis functions * fix test utils * redis functions commands and tests * upgrade deps * fix "Property 'uninstall' does not exist on type 'SinonFakeTimers'" * upgrade dockers version * Merge branch 'master' of github.com:redis/node-redis into functions * fix FUNCTION LIST WITHCODE and FUNCTION STATS * upgrade deps * set minimum version for FCALL and FCALL_RO * fix FUNCTION LOAD * FUNCTION LOAD * fix FUNCTION LOAD & FUNCTION LIST & FUNCTION LOAD WITHCODE * fix FUNCTION_LIST_WITHCODE test
Fixes #1937, Fixes #1938, Fixes #1942, Fixes #1943, Fixes #1944, Fixes #1945, Fixes #1946, Fixes #1947, Fixes #1948, Fixes #1949, Fixes #1950, Fixes #1951, Fixes #1990