redis_hnsw
redis_hnsw copied to clipboard
Investigate if it makes sense to have LRU cache for nodes
One cache for module, or one cache per index?
This probably will involve storing nodes/neighbors as just String in the index, then performing lookups in the cache. If node isn't in the cash then load from redis