Skip to content

Commit 90db505

Browse files
committed
chore: rename redis_url to redisUrl in examples
1 parent 8f477d1 commit 90db505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ module.exports = class CustomizedCacheHandler {
148148
constructor() {
149149
if (!cachedHandler) {
150150
cachedHandler = new RedisStringsHandler({
151-
redis_url: 'rediss://your-redis-host:6380', // Note the rediss:// protocol
151+
redisUrl: 'rediss://your-redis-host:6380', // Note the rediss:// protocol
152152
socketOptions: {
153153
tls: true,
154154
rejectUnauthorized: false, // Only use this if you want to skip certificate validation

0 commit comments

Comments
 (0)