From 1e215f9cfbac48567c70cb200dc8bb97c0170102 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 6 Jan 2025 14:27:06 +0800 Subject: [PATCH] update on memcached --- 4-3-NOSQL.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/4-3-NOSQL.md b/4-3-NOSQL.md index 84deae7..a04b10d 100644 --- a/4-3-NOSQL.md +++ b/4-3-NOSQL.md @@ -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