Four Ways To Shoot Yourself In The Foot With Redis
- Phil Booth tl;dr: Phil shares lessons learned from production outages caused by misusing Redis. They highlight the importance of handling concurrency by sharding data across multiple instances, avoiding long-running operations in scripts, setting memory usage alerts, and using the appropriate Redis abstractions. Serializing objects to JSON for storage is discouraged, and understanding tradeoffs between data structures can prevent future issues.featured in #435
featured in #343
featured in #312
The End Of The Redis Adventure
- Salvatore Sanfilippo tl;dr: "In essence, I would rather be remembered as a bad artist than a good programmer." Salvatore, who found Redis, is stepping down as a maintainer, but remaining on the advisory board.featured in #190