Open Source alternative to Algolia and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences
search
search-engine
elasticsearch
algolia
database
cpp
raft
fuzzy-search
synonyms
in-memory
full-text-search
datastore
instantsearch
merchandising
enterprise-search
geosearch
typo-tolerance
site-search
faceting
app-search
-
Updated
May 19, 2022 - C++
Now that we support more than 1 data type, we should include the values data type in cache nodes. This give us a way of easily identifying what type of data a key points to e.g. string, queue (and more types in the future)
Currently a cache node object consists of a
Key, aValueand aTTL. We should also add a field specifying the type of theValue