redis.clients%3Ajedis breaking changes

maven

5 curated breaking changes across major versions of redis.clients%3Ajedis. Use this as a migration checklist before bumping dependencies.

5
changes
Breaking changes by transition
  • v5.3.0-beta1 \u2192 6.0.0-beta1breaking

    The default client-side search dialect is now **version 2**.

  • v5.3.0-beta1 \u2192 6.0.0-beta1breaking

    **Graph** module support and **Triggers and Functions** have been removed. These features have been deprecated in Redis. See the [official deprecation notice](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/deprecated-features/) for details.

  • v5.3.0-beta1 \u2192 6.0.0-beta1breaking

    **Bug Fixes**: Resolved issues with pub/sub caching and command response compatibility with older Redis versions. ## 🔥 Breaking Changes This release introduces a client-side default dialect for Redis’ search and query capabilities. By default, the client now overrides the server-side dialect with **version 2**, automatically appending `DIALECT 2` to commands like `FT.AGGREGATE` and `FT.SEARCH`. **Important**: Be aware that the query dialect may impact the results returned. If needed, you can rev

  • v5.3.0-beta1 \u2192 6.0.0-beta1breaking

    Make default client side search dialect to 2 (#4060)

  • v5.3.0-beta1 \u2192 6.0.0-beta1breaking

    Remove Graph module support (#4073)

API access

Get this data programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/breaking/maven/redis.clients%3Ajedis