|
C++ Server-Side SDK Redis Source
Provide SDK data via Redis
|
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] |
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.