7 #include <launchdarkly/bindings/c/export.h>
57 #ifndef LDSERVER_BIGSEGMENTS_REDISSTORE_ERROR_MESSAGE_SIZE
58 #define LDSERVER_BIGSEGMENTS_REDISSTORE_ERROR_MESSAGE_SIZE 256
80 char error_message[LDSERVER_BIGSEGMENTS_REDISSTORE_ERROR_MESSAGE_SIZE];
struct _LDServerBigSegmentsRedisStore * LDServerBigSegmentsRedisStore
LDServerBigSegmentsRedisStore is a Big Segments persistent store for the Server-Side SDK backed by Re...
Definition: redis_big_segment_store.h:52
LDServerBigSegmentsRedisStore_New(char const *uri, char const *prefix, struct LDServerBigSegmentsRedisResult *out_result)
Creates a new Redis Big Segment store suitable for usage in the SDK's Big Segments configuration.
Definition: redis_big_segment_store.cpp:12
LDServerBigSegmentsRedisStore_Free(LDServerBigSegmentsRedisStore store)
Frees a Redis Big Segment store pointer. Only necessary to call if not passing ownership to the SDK's...
Definition: redis_big_segment_store.cpp:49
Stores the result of calling LDServerBigSegmentsRedisStore_New.
Definition: redis_big_segment_store.h:78