0

I know how to install and use memcached on one server. But I heard you can "distribute it"?

How does that work, and how can I enable that feature?

splattne
  • 28,508
  • 20
  • 98
  • 148
Alex
  • 8,471
  • 26
  • 75
  • 99

1 Answers1

3

Memcached sharding happens in the client library -- so you just tell your client library to use multiple memcached instances, and it sorts out all the details itself.

womble
  • 96,255
  • 29
  • 175
  • 230