Cache #
- Redis
- A complete guide to using Redis in TypeScript — connecting with ioredis, Redis data structures, caching patterns, session management, rate limiting, pub/sub, and distributed locks.
- Memcached
- A complete guide to using Memcached in TypeScript — connecting with memjs, basic cache operations, caching patterns, consistent hashing on multi-server setups, a comparison with Redis, and when to choose Memcached.