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 8f477d1 commit 90db505Copy full SHA for 90db505
README.md
@@ -148,7 +148,7 @@ module.exports = class CustomizedCacheHandler {
148
constructor() {
149
if (!cachedHandler) {
150
cachedHandler = new RedisStringsHandler({
151
- redis_url: 'rediss://your-redis-host:6380', // Note the rediss:// protocol
+ redisUrl: 'rediss://your-redis-host:6380', // Note the rediss:// protocol
152
socketOptions: {
153
tls: true,
154
rejectUnauthorized: false, // Only use this if you want to skip certificate validation
0 commit comments