I'm working on an open source search engine as a Redis module, written in C. http://redisearch.io/
More specifically, right now I'm working on making it work on a multi-node cluster, so it can scale beyond a single node. This is not a trivial task even working on top of redis cluster.
More specifically, right now I'm working on making it work on a multi-node cluster, so it can scale beyond a single node. This is not a trivial task even working on top of redis cluster.