From 72bbb82488406048e4ce7397b5c77ec9a3f6cf42 Mon Sep 17 00:00:00 2001 From: Nnachevvv <44066540+Nnachevvv@users.noreply.github.com> Date: Thu, 23 Dec 2021 15:07:28 +0200 Subject: [PATCH] Fix memcached architecture URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f009ae8c..54edea4b 100644 --- a/README.md +++ b/README.md @@ -1015,7 +1015,7 @@ A key-value store is the basis for more complex systems such as a document store * [Key-value database](https://en.wikipedia.org/wiki/Key-value_database) * [Disadvantages of key-value stores](http://stackoverflow.com/questions/4056093/what-are-the-disadvantages-of-using-a-key-value-table-over-nullable-columns-or) * [Redis architecture](http://qnimate.com/overview-of-redis-architecture/) -* [Memcached architecture](https://www.adayinthelifeof.nl/2011/02/06/memcache-internals/) +* [Memcached architecture](https://adayinthelifeof.nl/2011/02/06/memcache-internals/) #### Document store