Skip to content

Conversation

@uglide
Copy link
Contributor

@uglide uglide commented Oct 15, 2025

Currently, we lack an example of how to apply recommended settings in Spring Data Redis. This PR fixes that.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds documentation for configuring Lettuce client settings in Spring Data Redis applications. It demonstrates how to configure TCP timeouts and keep-alive settings, which are important for production deployments but previously lacked clear examples in the documentation.

Key changes:

  • Added a new section "Setting timeouts in Spring Data Redis" with a complete code example
  • Documented configuration of TCP User Timeout and TCP Keep-Alive settings
  • Provided inline comments explaining the purpose of each configuration option

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@dwdougherty dwdougherty added the clients Client library docs label Oct 15, 2025
Copy link
Contributor

@andy-stark-redis andy-stark-redis left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for adding this :-)

@andy-stark-redis andy-stark-redis merged commit 4b9bb47 into redis:main Oct 16, 2025
4 checks passed
@uglide uglide deleted the im/lettuce-sdr-custom-config branch October 16, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clients Client library docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants