We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab26b0 commit 8a1b4b4Copy full SHA for 8a1b4b4
packages/redis/index.ts
@@ -72,7 +72,7 @@ export function createClientPool<
72
>(clientOptions?: Omit<RedisClientOptions<M, F, S, RESP, TYPE_MAPPING>, "clientSideCache">,
73
options?: Partial<RedisPoolOptions>): GenericRedisClientPoolType<RedisDefaultModules & M, F, S, RESP, TYPE_MAPPING> {
74
return genericCreateClientPool({
75
- ...options,
+ ...clientOptions,
76
modules: {
77
...modules,
78
...(clientOptions?.modules as M)
0 commit comments