- Redis
- A complete guide to Redis in Python using redis-py — connections with connection pooling, data structures (String, Hash, List, Set, Sorted Set), caching patterns, pipelines, Pub/Sub, distributed locks, and error handling.
- Memcached
- A complete guide to Memcached in Python using pymemcache — connections, JSON serialization, CRUD operations with TTL, PooledClient, HashClient for multi-server distribution, and comparisons with Redis.