• Configures a big segment store factory backed by a Redis instance.

    "Big segments" are a specific type of user segments. For more information, read the LaunchDarkly documentation about user segments: https://docs.launchdarkly.com/home/users/segments

    Parameters

    • Optional options: LDRedisOptions

      The standard options supported for all LaunchDarkly Redis features, including both options for Redis itself and others related to the SDK's behavior.

      Optional

    Returns ((config) => interfaces.BigSegmentStore)

    A function which creates big segment stores based on the provided config.

      • (config): interfaces.BigSegmentStore
      • Parameters

        • config: LDClientContext

        Returns interfaces.BigSegmentStore

Generated using TypeDoc