loadRedisModule(): Promise<IRedisModule>
Lazily imports ioredis.
Performs a real import('npm:ioredis@5.x'); the driver is resolved by the
runtime at call time and is not part of this package's dependency graph.
Promise<IRedisModule>
The adapted module facade