Chat Message History, LangChain, 2024 (LangChain) - Guide for understanding LangChain's message history abstraction and its various persistent storage implementations.
Database System Concepts, Avi Silberschatz, Henry F. Korth, S. Sudarshan, 2019 (McGraw-Hill) - Comprehensive text on relational and NoSQL database principles, transaction management, indexing, and schema design, useful for backend selection and performance.
Redis Persistence, Redis, 2024 (Redis) - Explains Redis's persistence mechanisms (RDB and AOF), which are important for data durability when using Redis for memory storage.
System Design Interview - An Insider's Guide, Alex Xu, Sahn Lam, 2020 (Independently published) - Offers practical system design patterns and considerations, including database choices, scalability, and distributed systems, applicable to designing persistent LLM applications.