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 2901ab0 commit 311d492Copy full SHA for 311d492
src/RedisStringsHandler.ts
@@ -15,7 +15,7 @@ export type CacheEntry = {
15
16
export type CreateRedisStringsHandlerOptions = {
17
/** Redis redisUrl to use.
18
- * @default process.env.redisUrl? process.env.redisUrl : process.env.REDISHOST
+ * @default process.env.REDIS_URL? process.env.REDIS_URL : process.env.REDISHOST
19
? `redis://${process.env.REDISHOST}:${process.env.REDISPORT}`
20
: 'redis://localhost:6379'
21
*/
0 commit comments