Is it possible to run multiple instances of the same application with a single memcached server?
I'm with a problem on dockerized applications and Memcached, to store some values, apparently, when a start a new Docker instance, that runs a Spymemcached client, all the data stored in the cache are invalidate, so If I previously stored…