Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 09:16
· 44 commits to master since this release
df7bf7a

This Version follows the release of RediSearch 2.0.

RediSearch 2.0, marks the re-architecture of the way indices are kept in sync with the data. Instead of having to write data through the index (using the FT.ADD command), RediSearch will now follow the data written in hashes (HSET) and automatically index it.
Read it all in the following link.

Notwithstanding, this redisearch-go version will still work as expected on previous RediSearch versions (v1.4 and v1.6).


Thanks to @mixadior, @hualoqueros, @is-a-gamer and @shumin1027 for the contributing and reviews!