Creates a new Redis checkpoint saver.
Configuration options for Redis
Optional
serde: SerializerProtocolOptional serializer implementation
Private
clientPrivate
connectionPrivate
isOptional
ttlPrivate
_setGenerate the next version ID for a channel.
Default is to use integer versions, incrementing by 1. If you override, you can use str/int/float versions, as long as they are monotonically increasing.
Lists checkpoints matching the given config and options.
The runnable config
Optional
options: CheckpointListOptionsListing options
An async generator of checkpoint tuples
Stores a checkpoint with its configuration and metadata.
The runnable config
The checkpoint data
The checkpoint metadata
Updated runnable config
A Redis implementation of the BaseCheckpointSaver for LangGraph.
This saver stores checkpoint data in Redis, providing durable persistence across application restarts. It supports both the node-redis and ioredis clients.
Example
Example
Example
Example
Example