pinterest / pymemcache

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

AWS Elasticache autodiscovery support #572

Open ityshchenko opened 8 months ago

ityshchenko commented 8 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