OptionalconnectTimeout for the initial connection attempt, in milliseconds.
OptionaldbRedis database number.
OptionalmaxHow many times a single command is retried before its promise rejects.
OptionalretryCustom ioredis retry strategy. Replaces the default strategy, which stops
retrying after REDIS_CONNECT_MAX_ATTEMPTS during the initial connect and
reconnects with capped exponential backoff afterwards.
Options for createRedisCacheProvider.
Defined factory options override matching
REDIS_*environment variables, consistent with other env-backed Beignet providers.