RediSearch / redisearch-go

Go client for RediSearch
https://redisearch.io
BSD 3-Clause "New" or "Revised" License
288 stars 65 forks source link

Add dialect support for RediSearch queries #146

Closed DvirDukhan closed 2 years ago

DvirDukhan commented 2 years ago

On RediSearch 2.4.3 we will introduce a new DIALECT command argument for queries (FT.SEARCH, FT.AGGREGATE) this will allow to process queries either by the current dialect (RediSearch 2.2.x) or the new dialect introduced on RediSearch 2.4.2. New dialect features:

  1. parameterized queries
  2. VSS
  3. Improved syntax behavior as introduced at https://github.com/RediSearch/RediSearch/releases/tag/v2.4.2