update on memcached

This commit is contained in:
Ryan 2025-01-06 14:27:06 +08:00
parent 75175c2d23
commit 1e215f9cfb

View file

@ -232,7 +232,10 @@
capacity
- Clustering:
- Multiple nodes, each one of them has different keys
- Servers are not aware there are multiple of them (transparent)
- Servers are not aware there are multiple of them (transparent): **Smart
Clients & Dumb Servers**
- Client has function that maps keys to servers, while
- Servers are not aware there are multiple of them
#### Cassandra