Add an id (or a list of them) to a list
id of the list
array of ids that should be added
Filter for an object
filter function to use
array of ids that should be used for the filtering
namespace of the filter
filtered data
Filter for an object and return after the first search success
filter function to use
array of ids that should be used for the filtering
namespace of the filter
the first result or null if nothing was found
Get an object from the cache via id
id of the object
Get the amount of items within a list
id of the list
Get a list of values that are part of a list
id of the list
array of ids that are members of the list
Initializes the engine, e.g. db connection, etc..
Check if an id is part of a list
id of the list
id that should be checked
Parse loaded data
Prepare data for storage inside redis
Remove an object from the cache
id of the object
Remove an id from a list
id of the list
id that should be removed
Remove a list
id of the list
Upsert an object into the cache
id of the object
the new Data which get's merged with the old
Generated using TypeDoc
StorageEngine which uses a Map in the process memory space as a datasource