0 votes
in MemCached by
Can we share a single instance of Memcache between multiple projects?

1 Answer

0 votes
by

Yes, we can share a single instance of Memcache between multiple projects because being a memory storage space, Memcache can be run on one or more servers. In Memcache, you can also configure your client to speak to a particular set of instances.

We can also run two different Memcache processes on the same host being completely independent and without any interference. If you partition your data, it is important to know from which instance to get the data from or to put into.

Related questions

0 votes
asked Jun 15, 2022 in MemCached by Robin
0 votes
asked Jun 16, 2022 in MemCached by Robindeniel
0 votes
asked Sep 5, 2021 in Cloud Computing by SakshiSharma
...