github redis/node-redis redis@5.0.0-next.7

pre-release9 days ago

⚠️ This is an alpha/pre-release version. DO NOT USE IN PRODUCTION!

🚀 New Features

🛠️ Improvements

  • ft.create now accepts a union type for the TYPE field which includes the newly supported integer8 and uinteger8 types by @htemelski in #2911

BREAKING CHANGES

  • Removed graph module by @bobymicroby in #2897
  • 'FT.PROFILE' now returns untyped (as-is) response by @bobymicroby in #2893
  • Introduced 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 2to commands like FT.AGGREGATE and FT.SEARCH.
    Important: Be aware that the query dialect may impact the results returned. If needed, you can revert to a different dialect version by passing an option to the search commands. You can find further details in the query dialect documentation. by @htemelski in #2895
client.ft.search('index', '*', {DIALECT: 1})

New Contributors

Full Changelog: https://github.com/redis/node-redis/compare/redis@5.0.0-next.6...redis@5.0.0-next.7

Don't miss a new node-redis release

NewReleases is sending notifications on new releases.