An implementation of the Node Auto Discovery for Memcached in the ElastiCache service of AWS.
iex> Elasticachex.get_cluster_info("hostname.aws.com")
{:ok, ["memcached.xlttkm.0001.euw1.cache.amazonaws.com:11211", "memcached.xlttkm.0002.euw1.cache.amazonaws.com:11211"], "4"}
The package can be installed by adding elasticachex
to your list of
dependencies in mix.exs
:
def deps do
[{:elasticachex, "~> 1.1"}]
end
config :elasticachex,
timeout: 5000 # Timeout in milliseconds