You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20
Original file line number
Diff line number
Diff line change
@@ -250,3 +250,23 @@ var redisCache = new rcModule({
250
250
backgroundRefreshInterval:500
251
251
});
252
252
```
253
+
254
+
# More Usage Examples
255
+
## AWS Lambda
256
+
If you use `cache-service-redis` in a lambda function with callback make sure to disable `callbackWaitsForEmptyEventLoop` in the lambda context. If this is enabled the lambda function won't terminate.
0 commit comments