Connected redis client.
Redis module instance loaded dynamically.
Clears everything stored in the cache.
Creates a connection with given cache provider.
Removes a single key from redis database.
Creates a connection with given cache provider.
Caches given query result. Returns cache result if found. Returns undefined if result is not cached.
Checks if cache is expired or not.
Loads redis dependency.
Removes all cached results by given identifiers from cache.
Stores given query result in the cache.
Creates table for storing cache if it does not exist yet.
Generated using TypeDoc
Caches query result into Redis database.