Skip to content

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elasticachex

Build Status

An implementation of the Node Auto Discovery for Memcached in the ElastiCache service of AWS.

See AWS documentation

Example

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"}

Installation

The package can be installed by adding elasticachex to your list of dependencies in mix.exs:

def deps do
  [{:elasticachex, "~> 1.1"}]
end

Configuration

config :elasticachex,
  timeout: 5000  # Timeout in milliseconds

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages