From ab8783d2c3722a3834f2e9c0036124e70bc8b084 Mon Sep 17 00:00:00 2001 From: Ahmed Tarek Date: Fri, 7 Dec 2018 16:34:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Split=20Redis=20into=20Caching?= =?UTF-8?q?=20technologies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6280046..cae0afa 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,10 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li - [Neo4j](#neo4j) - [Oracle](#oracle) - [Postgres](#postgres) - - [Redis](#redis) - [SQL](#sql) - [SQL Lite](#sql-lite) +- [Caching technologies](#caching-technologies) + - [Redis](#redis) - [OS](#os) - [Linux](#linux) @@ -424,12 +425,6 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li * [PostgreSQL Interview Preparation Guide](http://www.globalguideline.com/interview_questions/Questions.php?sc=postgresqk_database_) * [PostgreSQL Interview Q&A from CoolInterview.com](http://www.coolinterview.com/type.asp?iType=411) -### Redis - -* [Redis Interview Questions from Javapoint](https://www.javatpoint.com/redis-interview-questions-and-answers) -* [Redis Interview Questions from Wisdomjobs](https://www.wisdomjobs.com/e-university/redis-interview-questions-answers.html) -* [Redis Interview Questions from Career Guru](https://career.guru99.com/top-10-redis-interview-questions/) - ### SQL * [10 Frequently asked SQL Query Interview Questions](http://java67.blogspot.com.by/2013/04/10-frequently-asked-sql-query-interview-questions-answers-database.html) @@ -444,6 +439,15 @@ 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 + + +### Redis + +* [Redis Interview Questions from Javapoint](https://www.javatpoint.com/redis-interview-questions-and-answers) +* [Redis Interview Questions from Wisdomjobs](https://www.wisdomjobs.com/e-university/redis-interview-questions-answers.html) +* [Redis Interview Questions from Career Guru](https://career.guru99.com/top-10-redis-interview-questions/) + ## OS ### Linux