-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(services/memcached): Add TLS support for AWS ElastiCache
Implement TLS support for Memcached connections, particularly for AWS ElastiCache serverless instances which require TLS. This change includes: - Add TLS configuration options to MemcachedConfig - Add TLS support in connection handling using tokio-native-tls - Support custom CA certificates for AWS ElastiCache verification - Update binary protocol handling for TLS streams
- Loading branch information
Showing
3 changed files
with
120 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters