Running multiple instances of the same application on a single Memcached Server

Asked

Viewed 28 times

1

I’m having a problem with "docked" and Memcached apps, to store some values, apparently when I start a new instance of Docker, which runs a Spymemcached client, all the data in the cache is invalidated, then if I previously store some values in the cache in Node 1 and then start Node 2, these values are cleared from the Memcached server, and finally, if I store the same values again in Node 1 and refer tothem at Node 2, they will be shared on both nodes without losing the data.

Is the behavior expected? Should I use a Memcached server for each instance of the client? Or you can share the same instance of the Memcached server to multiple clients?

  • Eder, our language is Portugues, translate your question.

  • Sorry, I didn’t see that I was redirected to the English forum.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.