Draft: turn of amazon elasticache in favor of memcached in docker
the amazon aws elasticache server is sort of sitting there consuming money, so modify the docker deployment to spin up a memcached container over the same network as the gracedb app. Then use the same backend to just write to that service instead.