Skip to content

Conversation

@zachmccormick
Copy link

This should allow us to quantize the keys better.

Also provides a new LENGTH tag on the spans to help identify large cached items better

@zachmccormick zachmccormick requested a review from a team as a code owner December 4, 2025 15:50
@mattwd7
Copy link

mattwd7 commented Dec 5, 2025

not worth adding tests?

command = [operation, *args].join(' ').strip
else
# all operations except multiget have the key as the first arg
command = [operation, args[0]].join(' ').strip
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a change for all operations outside of :send_multiget. Will this create problems?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants