We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17aff7f commit 70e0060Copy full SHA for 70e0060
contrib/omhiredis/omhiredis.c
@@ -99,12 +99,14 @@ typedef struct _instanceData {
99
- $.redis!index
100
Those 2 infos can either be provided through usage of imhiredis
101
or set manually with Rainerscript */
102
+#ifdef HIREDIS_SSL
103
sbool use_tls; /* Should we use TLS to connect to redis ? */
104
char *ca_cert_bundle; /* CA bundle file */
105
char *ca_cert_dir; /* Path of trusted certificates */
106
char *client_cert; /* Client certificate */
107
char *client_key; /* Client private key */
108
char *sni; /* TLS Server Name Indication */
109
+#endif
110
111
} instanceData;
112
0 commit comments