[PR #1221] [CLOSED] Update persistence_redis.ipynb example to work with the latest version #1957

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/1221
Author: @DhavalThkkar
Created: 8/5/2024
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • 1620fa7 Update persistence_redis.ipynb example to work with the latest version
  • 376508d Merge branch 'main' into main

📊 Changes

1 file changed (+334 additions, -279 deletions)

View changed files

📝 examples/persistence_redis.ipynb (+334 -279)

📄 Description

  1. Added put_writes and aput_writes to match the latest update.
  2. Added some optimizations using DRY principle

Fix for #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/1221 **Author:** [@DhavalThkkar](https://github.com/DhavalThkkar) **Created:** 8/5/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`1620fa7`](https://github.com/langchain-ai/langgraph/commit/1620fa722c61248086901c07b6c64c47fcbad6af) Update `persistence_redis.ipynb` example to work with the latest version - [`376508d`](https://github.com/langchain-ai/langgraph/commit/376508d8f1e71932800b2b035415016f7060e2ac) Merge branch 'main' into main ### 📊 Changes **1 file changed** (+334 additions, -279 deletions) <details> <summary>View changed files</summary> 📝 `examples/persistence_redis.ipynb` (+334 -279) </details> ### 📄 Description 1. Added `put_writes` and `aput_writes` to match the latest update. 2. Added some optimizations using DRY principle Fix for #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: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#1957