GitHub user jonathanc-n edited a discussion: FT.TAGVALS Implementation Proposal
@PragmaTwice For my implementation for FT.TAGVALS, all information is here: https://redis.io/docs/latest/commands/ft.tagvals/ I will create a map data structure under field info to keep track of unique tag values. Each unique tag value will have a reference to how many different times it is called and will be decremented or incremented whenever the same tag is added/removed. If it decrements to zero it will be removed. If multiple tags are being added/removed at the same time, the changes will be written in a batch. What are your thoughts for this? GitHub link: https://github.com/apache/kvrocks/discussions/2560 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
