bbc/fake-elasticache

Name: fake-elasticache

Owner: BBC

Description: A Ruby service simulating AWS's ElastiCache (for local development)

Forked from: dazoakley/fake-elasticache

Created: 2016-10-18 11:13:59.0

Updated: 2017-05-16 08:53:10.0

Pushed: 2016-10-25 11:00:38.0

Homepage: null

Size: 5

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Fake ElastiCache

A local (fake) instance of ElastiCache, backed by memcached, for local development.

Inspired heavily by https://github.com/stevenjack/fake_elasticache …

https://hub.docker.com/r/dazoakley/fake-elasticache/

Usage
er build -t fake-elasticache .
er run -d -p 11211:11211 --name=memcached memcached
er run --rm -it -p 11212:11212 --link memcached fake-elasticache

You will now be able to point your ElastiCache endpoint to http://localhost:11212


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.