Reputation: 1
How is memcaches different (in terms of design/architecture/performance) from other in-memory distributed caches?
Thanks Naresh
Upvotes: 0
Views: 794
Reputation: 56881
Yours is too generic a question with no concrete correct answer. Memchaced is one of the distributed databases and you can find the architecture overview here.. Others have similar architecture and sometimes servers can talk to each other too They are all implementation details and often gone by problem domain. But the underlying thing mostly is, they all are distributed key-value stores.
Upvotes: 2