twitter / twemproxy

A fast, light-weight proxy for memcached and redis
Apache License 2.0
12.14k stars 2.06k forks source link

AWS Elasticache? #11

Closed mcorner closed 12 years ago

mcorner commented 12 years ago

Has anyone tried this with AWS elasticache?

manjuraj commented 12 years ago

should be straight forward if aws conforms to memcache ascii protocol

nikolay commented 11 years ago

ElastiCache has an auto discovery protocol. Supporting ElastiCache should be looked at as supporting its Auto Discovery as the protocol to individual nodes is the standard one.

janeklb commented 4 years ago

https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/AutoDiscovery.AddingToYourClientLibrary.html

anyone willing to give this a shot?