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 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
Initialize the storage engine and create a connection to redis
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
Prepare a namespace for a KEYS operation by adding a * at the end
namespace to prepare
namespace + *
Remove an object from the cache
id of the object
whether to use hash objects for this action
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
whether to use hash objects for this action
whether this storage engine is ready for usage
options that are passed to the redis client
whether hash objects should be used for storing data
Create a new redis storage engine
Generated using TypeDoc
StorageEngine which uses redis as a datasource