Skip to content
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

Fix LFU Parsing for Values Larger Than 127 #62

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

moticless
Copy link
Collaborator

Corrected LFU parsing by casting to uint8 instead of int8 to handle values >127 properly.

@moticless moticless merged commit bcd3db9 into redis:main Dec 24, 2024
2 checks passed
@moticless moticless deleted the fix-lfu-parsing branch December 24, 2024 09:48
@moticless moticless added the release-notes Should be included in the release notes. label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes Should be included in the release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants