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
+19-3
Original file line number
Diff line number
Diff line change
@@ -251,9 +251,25 @@ var redisCache = new rcModule({
251
251
});
252
252
```
253
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.
254
+
# Using with AWS Lambda
255
+
256
+
If you use `cache-service-redis` inside of AWS Lambda, ensure you follow this example so that your lambda process will terminate when complete.
0 commit comments