KQIR: a query engine for Apache Kvrocks that supports both SQL and RediSearch queries | Apache Kvrocks™
IntroTL;DR:Pretty cool, right? Let's dive in!(The full example is provided in the final section.)Apache KvrocksApache Kvrocks is a Redis-compatible database built on RocksDB.It supports the RESP protocol (version 2 and 3) and a wide range of Redis commands, encompassing core data structures like Strings, Sets, Hashes, Sorted Sets, Stream, GEO, as well as Lua Scripts, Transactions, Functions and even BloomFilter, JSON from the Redis Stack.Unlike Redis which stores data in memory, Kvrocks persis...
Read more at kvrocks.apache.org