Redis Chat Message History
Redis (Remote Dictionary Server) is an open-source in-memory storage, used as a distributed, in-memory key–value database, cache and message broker, with optional durability.
Redis
offers low-latency reads and writes. Redis is the most popular NoSQL database, and one of the most popular databases overall.
This notebook demonstrates how to use the RedisChatMessageHistory
class from the langchain-redis package to store and manage chat message history using Redis.