Redis as memory store in langgraph checkpoint #1475
-
I have seen document which has steps to support redis as memorysaver in langgraph documentation: https://langchain-ai.github.io/langgraph/how-tos/persistence_redis/#setup-environment We already have similar support for in memory support in langgraph. Shouldn't we have a implementation for redis as well in langgraph so it will be easier to use similar to in-memory store. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@pranjaldoshi96 we don't plan to provide built-in support for any checkpointers other than in-memory in the library itself. we also provide sqlite and postgres implementations as installable libraries, see more information on this in the release notes here https://github.com/langchain-ai/langgraph/releases/tag/0.2.0 we don't currently have plans for an official Redis checkpointer library but will post here if that changes |
Beta Was this translation helpful? Give feedback.
-
@vbarda Thanks, just to clarify, the sqlite implementation as installable library only provides the |
Beta Was this translation helpful? Give feedback.
@pranjaldoshi96 we don't plan to provide built-in support for any checkpointers other than in-memory in the library itself. we also provide sqlite and postgres implementations as installable libraries, see more information on this in the release notes here https://github.com/langchain-ai/langgraph/releases/tag/0.2.0
we don't currently have plans for an official Redis checkpointer library but will post here if that changes