C++ Server-Side SDK Redis Source
Provide SDK data via Redis
Public Attributes | List of all members
LDServerBigSegmentsRedisResult Struct Reference

Stores the result of calling LDServerBigSegmentsRedisStore_New. More...

#include <redis_big_segment_store.h>

Public Attributes

LDServerBigSegmentsRedisStore store
 
char error_message [LDSERVER_BIGSEGMENTS_REDISSTORE_ERROR_MESSAGE_SIZE]
 

Detailed Description

Stores the result of calling LDServerBigSegmentsRedisStore_New.

On successful creation, store will contain a pointer which may be passed into the LaunchDarkly SDK's Big Segments configuration.

On failure, error_message contains a NULL-terminated string describing the error.

The message may be truncated if it was originally longer than error_message's buffer size.

The message originates from the underlying Redis client and may echo back portions of the URI, including query parameters. Callers that surface this message (logs, telemetry, user-facing errors) may want to sanitize it accordingly.


The documentation for this struct was generated from the following file: