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
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
I'm using RedisFeatureStore with options use_ldd: true on AWS Lambda. Have an issue that the Lambda function ends unexpectedly.
Digging deeper into the SDK code, I found out that - after calling client.unref();
at https://github.com/launchdarkly/node-client/blob/master/redis_feature_store.js#L28
if I make any request to Redis after that it will cause the Lambda function to end unexpectedly (without calling the callback)