-
Notifications
You must be signed in to change notification settings - Fork 7
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
add client for predis #75
Conversation
3e719cc
to
059a550
Compare
c24dfec
to
98009ff
Compare
Thank you very much for you PR @flug ! just 2/3 small changes and we're good to go |
2cfd75d
to
7286fdf
Compare
6d3881b
to
29a0694
Compare
limits the results to the offset and number of results given. Note that the offset is zero-indexed. The default is 0 10, which returns 10 items starting from the first result. You can use LIMIT 0 0 to count the number of documents in the result set without actually returning them.
29a0694
to
c43be3d
Compare
c43be3d
to
828b8dc
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #75 +/- ##
=============================================
- Coverage 82.98% 70.65% -12.34%
- Complexity 467 540 +73
=============================================
Files 40 42 +2
Lines 1017 1213 +196
=============================================
+ Hits 844 857 +13
- Misses 173 356 +183 ☔ View full report in Codecov by Sentry. |
@clementtalleu Bon chance ! |
No description provided.