From 17cc4344f2683084cf5cd905e7f73df84133eddf Mon Sep 17 00:00:00 2001 From: Ahmed Tarek Date: Fri, 7 Dec 2018 16:31:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20Memcached?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1249871..443ce41 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li - [Postgres](#postgres) - [SQL](#sql) - [SQL Lite](#sql-lite) +- [Caching technologies](#caching-technologies) + - [Memcached](#memcached) - [OS](#os) - [Linux](#linux) @@ -437,6 +439,14 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li * [Top 20 SQL LITE Interview Questions from Career Guru](http://career.guru99.com/top-20-sql-lite-interview-questions/) +## Caching technologies + + +### Memcached + +* [Memcached Interview Questions from Javapoint](https://www.javatpoint.com/memcached-interview-questions-and-answers) +* [Memcached Interview Questions from Wisdomjobs](https://www.wisdomjobs.com/e-university/memcached-interview-questions.html) + ## OS ### Linux