I just expended some time to play with memcached. My github repo is here.
My takes:
- if you are familiar with Redis, it is almost the same
- Redis offers more features like advanced data structures and persistence, while Memcached is simpler and faster for basic caching
- full comparison here (from grok)
- This video explains a lot