Skip to content

Issue with enterprise proxy API and using standard client class #72

@tylerhutcherson

Description

@tylerhutcherson

LangGraph today expects either a Redis or RedisCluster client. This is due to the differences in how clustered Redis works for OSS/dev and cloud like AMR. Enterprise proxy allows for chatter over a single/standard endpoint and thus no RedisCluster client class is needed. Fix the internal discovery logic to handle this case. The expected workaround is the set cluster_mode = True on the checkpoint saver class manually for now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions