Driver-specific options (see RedisStoreOptions).
OptionalclientAn existing ioredis client to reuse instead of creating one.
Which driver backs this store.
The store name, used to resolve it via cacheManager.store(name).
OptionaloptionsInline ioredis options (host/port/password/db/tls…) when no url/client is given.
OptionalprefixA key prefix/namespace applied to every key in this store.
OptionalttlDefault TTL (seconds) applied when a write specifies none.
OptionalurlA Redis connection URL (e.g. redis://localhost:6379).
Options for the Redis store.