|
1 | 1 | # LangGraph Redis
|
2 | 2 |
|
| 3 | +[](https://badge.fury.io/py/langgraph-checkpoint-redis) |
| 4 | +[](https://pypi.org/project/langgraph-checkpoint-redis/) |
| 5 | +[](https://opensource.org/licenses/MIT) |
| 6 | +[](https://github.com/redis-developer/langgraph-redis/actions/workflows/test.yml) |
| 7 | +[](https://github.com/redis-developer/langgraph-redis/actions/workflows/coverage-gist.yml) |
| 8 | +[](https://github.com/psf/black) |
| 9 | +[](https://pycqa.github.io/isort/) |
| 10 | +[](http://mypy-lang.org/) |
| 11 | +[](https://github.com/astral-sh/ruff) |
| 12 | +[](https://pepy.tech/project/langgraph-checkpoint-redis) |
| 13 | +[](https://redis.io) |
| 14 | + |
3 | 15 | This repository contains Redis implementations for LangGraph, providing both Checkpoint Savers and Stores functionality.
|
4 | 16 |
|
5 | 17 | ## Overview
|
@@ -80,11 +92,13 @@ saver.setup()
|
80 | 92 | #### Azure Cache for Redis Specific Settings
|
81 | 93 |
|
82 | 94 | For Azure Cache for Redis Enterprise tier:
|
| 95 | + |
83 | 96 | - **Port**: Use port `10000` for Enterprise tier with TLS, or `6379` for standard
|
84 | 97 | - **Modules**: Enterprise tier includes RediSearch and RedisJSON by default
|
85 | 98 | - **SSL/TLS**: Always enabled, minimum TLS 1.2 for Enterprise
|
86 | 99 |
|
87 | 100 | Example for Azure Cache for Redis Enterprise:
|
| 101 | + |
88 | 102 | ```python
|
89 | 103 | client = Redis(
|
90 | 104 | host="your-cache.redisenterprise.cache.azure.net",
|
|
0 commit comments