pinterest / pymemcache

A comprehensive, fast, pure-Python memcached client.
https://pymemcache.readthedocs.io/
Apache License 2.0
778 stars 179 forks source link

AWS Elasticache autodiscovery support #572

Open ityshchenko opened 7 months ago

ityshchenko commented 7 months ago

Hi! I found that MR with previous implementation stuck and make a new one.

It brings new class which inherited from HashClient and allow to use AWS ElastiCache for Memcached cluster.

Resolves https://github.com/pinterest/pymemcache/issues/534