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 664bce5 commit fb85126Copy full SHA for fb85126
apps/webapp/app/redis.server.ts
@@ -68,6 +68,7 @@ export function createRedisClient(
68
username: options.username,
69
password: options.password,
70
enableAutoPipelining: true,
71
+ keyPrefix: options.keyPrefix,
72
...(options.tlsDisabled ? {} : { tls: {} }),
73
});
74
}
0 commit comments