chore: add C binding example for server-side Redis Source (#470) #1941
Annotations
1 error and 3 warnings
/examples/hello-c-server-redis/main.c:5:10 [clang-diagnostic-error]:
examples/hello-c-server-redis/main.c#L5
'launchdarkly/server_side/bindings/c/integrations/redis/redis_source.h' file not found
|
|
/examples/hello-c-server-redis/main.c:20:9 [modernize-macro-to-enum]:
examples/hello-c-server-redis/main.c#L20
macro 'INIT_TIMEOUT_MILLISECONDS' defines an integral constant; prefer an enum instead
|
/examples/hello-c-server-redis/main.c:105:35 [bugprone-easily-swappable-parameters]:
examples/hello-c-server-redis/main.c#L105
3 adjacent parameters of 'get_with_env_fallback' of similar type ('const char *') are easily swapped by mistake
|