Releases: RediSearch/redisearch-go
Releases · RediSearch/redisearch-go
0.9.0
Enhancements:
- Added support for FT.GET and FT.MGET - #36
- Added support for FT.SUGLEN and FT.SUGDEL - #36
- Added support for FT.DICTADD FT.DICTDEL and FT.DICTDUMP - #36
- Added support for FT.ALIASADD, FT.ALIASUPDATE, FT.ALIASDEL - #36
- Added default options for FT.SUGGET - #36
- Added support for REPLACE PARTIAL on FT.ADD - #33
- Added LANGUAGE support in the FT.SEARCH - #29
- Increased test coverage
Bug Fixes:
- Fix Autocompleter not sharing the same client pool - #36
- FT.AGGREGATE response parsing failing for single aggregate result - #46
- Fix Limit(0, 1000) doesn't work - #27
- Updated Redigo package source #45
Thanks to: @felixls, @bingeng99 and @mriskyp for the contributing!