Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.
This repository was archived by the owner on May 30, 2024. It is now read-only.

RedisFeatureStore: client.unref() causes AWS Lambda function to end unexpectedly #76

@bnol

Description

@bnol

Hi,

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)

Can you please take a look at this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions