Options for the 'redis' arm — Redis pub/sub.
transport: "redis"
Transport discriminant.
readonly
optional
client: IRedisBackplaneClient
The publishing client. Must be supplied together with
RedisBackplaneOptions.subscriber: a Redis connection in
subscriber mode refuses every other command, so one connection cannot do
both jobs.
readonly
optional
subscriber: IRedisBackplaneClient
The dedicated subscriber client.
readonly
optional
url: string
Connection URL used to build both clients on the lazy npm:ioredis path.
Read only when no clients are injected.
readonly
optional
module: IRedisModule
A module exposing an ioredis-compatible constructor, for testing.