OptionalclientOptions for configuring the Redis client.
OptionalerrorCallback function to handle errors.
OptionalmaxMaximum number of entries allowed in the cache. Default to 1024.
OptionalmaxMaximum size of a single cache entry in bytes. Default to 100MB.
OptionalmaxMaximum size in bytes that the cache can grow to. Default to 100MB.
OptionaltrackingEnables Redis client-side caching. Defaults to true.
Configuration options for Redis cache store.
RedisCacheStoreOptions
See
https://redis.io/docs/latest/develop/reference/client-side-caching/