mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-06-29 16:22:46 +02:00
* feat(redis): add mTLS support for Redis connection initialization - Enhanced the Redis2Store initialization to support mutual TLS (mTLS) by adding configuration options for CA certificate, client certificate, and client key paths. - Updated the Redis client setup to use TLS configuration when mTLS is enabled, ensuring secure connections to the Redis server. * feat(redis): extend Redis3Store initialization to support mTLS - Added configuration options for enabling mutual TLS (mTLS) in Redis3Store. - Implemented logic to load client certificates and CA certificates for secure Redis connections. - Updated the Redis client setup to utilize TLS configuration when mTLS is enabled. --------- Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> |
||
---|---|---|
.. | ||
item_list_serde.go | ||
ItemList.go | ||
kv_directory_children.go | ||
kv_directory_children_test.go | ||
README.md | ||
redis_cluster_store.go | ||
redis_sentinel_store.go | ||
redis_store.go | ||
skiplist_element_store.go | ||
universal_redis_store.go | ||
universal_redis_store_kv.go |
Desuppported.
This implementation attempts to use skip list. Did not get any report on actual benefits.