RediSearch / redisearch-go

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

Support for INCR option in FT.SUGADD #79

Closed filipecosta90 closed 4 years ago

filipecosta90 commented 4 years ago

Further reference: https://oss.redislabs.com/redisearch/Commands/#ftsugadd

INCR : if set, we increment the existing entry of the suggestion by the given score, instead of replacing the score. This is useful for updating the dictionary based on user queries in real time