Cache #
- Redis
- A complete guide to Redis in Dart — the redis package, connections and pooling, String/Hash/List/Set/SortedSet data structures, TTL and expiry, caching patterns, session stores, rate limiters, distributed locks, pub/sub, and anti-patterns to avoid.
- Memcached
- A complete guide to Memcached in Dart — the ASCII protocol over Socket, client implementation, CRUD operations, CAS (check-and-set), consistent hashing for clusters, proper caching patterns, and a thorough comparison with Redis.