Skip to content

@langchain/langgraph-checkpoint-redis@1.0.2

Choose a tag to compare

@github-actions github-actions released this 05 Feb 02:10
· 389 commits to main since this release
289cc95

Patch Changes

  • #1943 814c76d Thanks @hntrl! - fix(redis): escape RediSearch filter values

    Added proper escaping for filter keys and values when constructing RediSearch queries
    in the list() method to handle special characters correctly.