Merge pull request #131 from A-Tokyo/add-memcached

 Add Memcached
This commit is contained in:
Maksim Abramchuk 2019-01-08 15:26:18 +03:00 committed by GitHub
commit 3b2d10f4f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [SQL](#sql)
- [SQL Lite](#sql-lite)
- [Caching technologies](#caching-technologies)
- [Memcached](#memcached)
- [Redis](#redis)
- [OS](#os)
@ -449,6 +450,10 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
## 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)
### Redis