Feat: Back-fill null docs #15
Labels
backburner
This can wait for a later version.
design
We need to formally design this!
something-cool
Cool idea! We can turn this into a feature.
SPEED
We need this thing to go fast!
PROBLEM:
We know a query has N results from the queryList. However, in some cases Redis document hash keys may expire, dropping the document from the cache.
To the user, this means they get < N documents back, even though they expected N.
PROPOSAL:
Allow users to enable:
(1) is fast*, while (2) is expensive yet dependable.
(*) the work still exists, but will occur on the next tick (has shown to slow down consecutive requests that result in cache misses).
The text was updated successfully, but these errors were encountered: