-
Notifications
You must be signed in to change notification settings - Fork 986
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 GET parameter to SET command #1461
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1461 +/- ##
============================================
- Coverage 78.89% 78.70% -0.19%
- Complexity 6295 6347 +52
============================================
Files 470 476 +6
Lines 21028 21330 +302
Branches 2315 2333 +18
============================================
+ Hits 16590 16788 +198
- Misses 3375 3472 +97
- Partials 1063 1070 +7 Continue to review full report at Codecov.
|
This approach works only if the value is a |
@anshlykov Hey~ are you still working on this? |
Going forward, let's call this method |
Sorry for the delay. I forgot to update this PR. I will make changes as per the comment above and push today or tomorrow |
src/main/templates/io/lettuce/core/api/RedisStringCommands.java
Outdated
Show resolved
Hide resolved
Original pull request: #1461.
Thank you for your contribution. That's merged and polished now. |
Closes #1442.