Skip to content

Conversation

@jaydeluca
Copy link
Member

Part of #14096 and #14128

@jaydeluca jaydeluca requested a review from a team as a code owner November 24, 2025 02:54
@jaydeluca jaydeluca changed the title Lettuce metdata Lettuce metadata Nov 24, 2025
val -> val.isGreaterThan(100)))));
longKey("lettuce.command.results.count"),
val ->
val.satisfiesAnyOf(
Copy link
Contributor

Choose a reason for hiding this comment

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

alternatively could use

val -> {
  if (EXPERIMENTAL_ATTRIBUTES_ENABLED) {
    val.isGreaterThan(100);
  }
}

Copy link
Member Author

Choose a reason for hiding this comment

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

thanks i like that better, i'll update

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants