Skip to content

Comments

feat: enable configurable Redis TLS support throughout the codebase#360

Merged
appleboy merged 1 commit intomasterfrom
tls
Nov 2, 2025
Merged

feat: enable configurable Redis TLS support throughout the codebase#360
appleboy merged 1 commit intomasterfrom
tls

Conversation

@appleboy
Copy link
Owner

@appleboy appleboy commented Nov 2, 2025

  • Add support for configuring Redis connections with TLS for secure communication.
  • Introduce the WithRedisTLS option and document its usage across English and Chinese README files.
  • Extend the RedisConfig struct to include an optional TLSConfig field.
  • Update store initialization and middleware logic to pass and handle TLS configuration.
  • Provide a new usage example demonstrating JWT with Redis over TLS.
  • Add helper comments and code for certificate management in the new example.

fix #358

- Add support for configuring Redis connections with TLS for secure communication.
- Introduce the WithRedisTLS option and document its usage across English and Chinese README files.
- Extend the RedisConfig struct to include an optional TLSConfig field.
- Update store initialization and middleware logic to pass and handle TLS configuration.
- Provide a new usage example demonstrating JWT with Redis over TLS.
- Add helper comments and code for certificate management in the new example.

fix #358

Signed-off-by: appleboy <appleboy.tw@gmail.com>
@appleboy appleboy merged commit d884735 into master Nov 2, 2025
6 checks passed
@appleboy appleboy deleted the tls branch November 2, 2025 05:49
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.

How do I set up TLSConfig for Redis?

1 participant