We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b546d41 commit 509e3f9Copy full SHA for 509e3f9
packages/backend/src/config.ts
@@ -190,6 +190,7 @@ function tryCreateUrl(url: string) {
190
function convertRedisOptions(options: RedisOptionsSource, host: string): RedisOptions & RedisOptionsSource {
191
return {
192
...options,
193
+ password: options.pass,
194
prefix: options.prefix ?? host,
195
family: options.family == null ? 0 : options.family,
196
keyPrefix: `${options.prefix ?? host}:`,
0 commit comments