Skip to content

Commit f524df1

Browse files
committed
update README.md
1 parent eef8ce7 commit f524df1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const cacheManager = new RedisCache();
2222
url: 'redis://redis:6379',
2323
ttl: 300,
2424
prefix: 'dorik_', //optional
25+
enable: false, //(optional) If enable false then all command will stop to execute
2526
});
2627
})();
2728
```

0 commit comments

Comments
 (0)