7 #include <launchdarkly/bindings/c/export.h>
60 #ifndef LDSERVER_LAZYLOAD_REDISSOURCE_ERROR_MESSAGE_SIZE
61 #define LDSERVER_LAZYLOAD_REDISSOURCE_ERROR_MESSAGE_SIZE 256
78 char error_message[LDSERVER_LAZYLOAD_REDISSOURCE_ERROR_MESSAGE_SIZE];
LDServerLazyLoadRedisSource_New(char const *uri, char const *prefix, struct LDServerLazyLoadRedisResult *out_result)
Creates a new Redis data source suitable for usage in the SDK's Lazy Load data system.
Definition: redis_source.cpp:13
struct _LDServerLazyLoadRedisSource * LDServerLazyLoadRedisSource
LDServerLazyLoadRedisSource represents a data source for the Server-Side SDK backed by Redis....
Definition: redis_source.h:56
LDServerLazyLoadRedisSource_Free(LDServerLazyLoadRedisSource source)
Frees a Redis data source pointer. Only necessary to call if not passing ownership to SDK configurati...
Definition: redis_source.cpp:50
Stores the result of calling LDDServerLazyLoadRedisSource_New.
Definition: redis_source.h:76