-
Notifications
You must be signed in to change notification settings - Fork 994
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 support for OBJECT FREQ #1686
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1686 +/- ##
============================================
+ Coverage 78.31% 78.35% +0.03%
- Complexity 6723 6729 +6
============================================
Files 507 507
Lines 22649 22655 +6
Branches 2462 2462
============================================
+ Hits 17738 17751 +13
+ Misses 3764 3762 -2
+ Partials 1147 1142 -5 Continue to review full report at Codecov.
|
@@ -210,6 +210,13 @@ void objectEncoding() { | |||
assertThat(redis.objectEncoding(key)).isEqualTo("int"); | |||
} | |||
|
|||
@Test | |||
void objectFreq() { | |||
redis.configSet("maxmemory-policy", "allkeys-lfu"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line breaks OBJECT IDLETIME
Original pull request: #1686.
Thank you for your contribution. That's merged and polished now. |
Resolves #1684
Make sure that: