Optionaloptions: string | RedisOptionsDeletes one or more keys from the cache.
Rest array of keys to remove.
Retrieves a string value by key.
The cache key.
The resolved string or null.
Retrieves a raw buffer value by key.
The cache key.
The resolved Buffer or null.
Locates all cache keys matching a specific pattern.
Glob-style key matcher.
List of matching keys.
Stores a value in Redis with an optional TTL.
The target key.
String or binary payload.
OptionalttlSeconds: numberExpiration time in seconds.
Concrete cache adapter implementation utilizing Redis via ioredis.