redis / rueidis

A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
Apache License 2.0
2.43k stars 154 forks source link

fix: remove unnecessary aws configuration endpoint specialization #588

Closed rueian closed 3 months ago

rueian commented 3 months ago

The endpoint is just a DNS alias to any nodes. There is no need for a special treatment.