[PR #1194] [CLOSED] fix(docs): add put_writes and aput_writes methods for redis & mongo #1939

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1194
Author: @samitaaissat
Created: 8/2/2024
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 06228ec fix(docs): add put_writes and aput_writes methods for redis & mongo

📊 Changes

2 files changed (+127 additions, -5 deletions)

View changed files

📝 examples/persistence_mongodb.ipynb (+78 -4)
📝 examples/persistence_redis.ipynb (+49 -1)

📄 Description

This PR adds documentation for the Mongo & Redis checkpointers as they are out of date because of their lack of mention of the put_writes and aput_writes methods.

Should fix: #1156 and #1134


🔄 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/1194 **Author:** [@samitaaissat](https://github.com/samitaaissat) **Created:** 8/2/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`06228ec`](https://github.com/langchain-ai/langgraph/commit/06228ec828935159205b6e482504f20ae6c3fd92) fix(docs): add put_writes and aput_writes methods for redis & mongo ### 📊 Changes **2 files changed** (+127 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `examples/persistence_mongodb.ipynb` (+78 -4) 📝 `examples/persistence_redis.ipynb` (+49 -1) </details> ### 📄 Description This PR adds documentation for the Mongo & Redis checkpointers as they are out of date because of their lack of mention of the `put_writes` and `aput_writes` methods. Should fix: #1156 and #1134 --- <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:55 -05:00
yindo closed this issue 2026-02-20 17:45:55 -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#1939