youzan / ZanRedisDB

Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
MIT License
387 stars 60 forks source link

anyone working on redisearch add on? #90

Open hiqsociety opened 3 years ago

hiqsociety commented 3 years ago

any work started in this area? Searchable and Indexing

Secondary index support on Hash fields Secondary index support for json kv Full text search support

absolute8511 commented 3 years ago

No, help needed.

hiqsociety commented 3 years ago

if anyone can write the specification on how to write it, maybe i can contribute the code. like this will help https://git-hulk.medium.com/design-complex-structure-on-rocksdb-993a00fd4f6d

absolute8511 commented 3 years ago

Actually, I want to embed the bleve(http://www.blevesearch.com/) library for this and this should make it much easier. But any idea is welcome.