[PR #1218] [CLOSED] custome redis checkpointer #1956

Closed
opened 2026-02-20 17:45:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1218
Author: @pranitsawant80
Created: 8/5/2024
Status: Closed

Base: mainHead: patch-2


📝 Commits (1)

  • 8d2f0ca custome redis checkpointer

📊 Changes

1 file changed (+413 additions, -840 deletions)

View changed files

📝 examples/persistence_redis.ipynb (+413 -840)

📄 Description

error: NotImplementedError: This method was added in langgraph 0.1.7. Please update your checkpoint saver to implement it.

The above error has been resolved in this code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/1218 **Author:** [@pranitsawant80](https://github.com/pranitsawant80) **Created:** 8/5/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`8d2f0ca`](https://github.com/langchain-ai/langgraph/commit/8d2f0ca13495daa35b2c06f80ea2fdde18184709) custome redis checkpointer ### 📊 Changes **1 file changed** (+413 additions, -840 deletions) <details> <summary>View changed files</summary> 📝 `examples/persistence_redis.ipynb` (+413 -840) </details> ### 📄 Description error: NotImplementedError: This method was added in langgraph 0.1.7. Please update your checkpoint saver to implement it. The above error has been resolved in this code --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:45:57 -05:00
yindo closed this issue 2026-02-20 17:45:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1956