apache / kvrocks

Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
https://kvrocks.apache.org/
Apache License 2.0
3.48k stars 456 forks source link

Tracking Issues: Add support for RediSearch Commands #2555

Open jonathanc-n opened 1 week ago

jonathanc-n commented 1 week ago

Search before asking

Motivation

references the tracker issue: #2064

FT Commands Implementation Progress

FT.SEARCHSQL and FT.EXPLAINSQL has also been additionally implemented in Kvrocks

Solution

No response

Are you willing to submit a PR?

PragmaTwice commented 1 week ago

Thank you for the tracking issue.

However, Kvrocks Search is a relatively large feature and there are so many underlying design and components behind just these commands.

So it's hard to say if a command-level tracking is useful.

jonathanc-n commented 1 week ago

@PragmaTwice I guess when proposals/prs come up we can list the issues opened under the commands here. This can act as a tracker for people to know what has been done and is being worked on for Redisearch commands.