Add Memcached

This commit is contained in:
Ahmed Tarek 2018-12-07 16:31:19 +02:00 committed by GitHub
parent dbed7d31fd
commit 17cc4344f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,8 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [Postgres](#postgres) - [Postgres](#postgres)
- [SQL](#sql) - [SQL](#sql)
- [SQL Lite](#sql-lite) - [SQL Lite](#sql-lite)
- [Caching technologies](#caching-technologies)
- [Memcached](#memcached)
- [OS](#os) - [OS](#os)
- [Linux](#linux) - [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/) * [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 ## OS
### Linux ### Linux