Completed
Write Example
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Memcached Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is Memcached?
- 3 Memory management
- 4 LRU
- 5 Threading and Connections
- 6 Read Example
- 7 Write Example
- 8 Write and Read collisions
- 9 Locking
- 10 Distributed Cache
- 11 Memcached with Docker/Telnet/NodeJS
- 12 Spin up a Memcached Docker container and telnet
- 13 Memcached and NodeJS
- 14 Four Memached Servers with NodeJS
- 15 Summary