From b49f7825324905d6ce195e4898d4e1c4f0fa53e9 Mon Sep 17 00:00:00 2001 From: Attila Kovacs Date: Mon, 13 Jan 2025 20:22:42 +0100 Subject: [PATCH] redisx.h: missed refactor of redisxSetTLSVerify() --- include/redisx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/redisx.h b/include/redisx.h index a23d520..cc93489 100644 --- a/include/redisx.h +++ b/include/redisx.h @@ -423,7 +423,7 @@ int redisxSetTLSCiphers(Redis *redis, const char *cipher_list); int redisxSetTLSCipherSuites(Redis *redis, const char *list); int redisxSetDHCipherParams(Redis *redis, const char *dh_params_file); int redisxSetTLSServerName(Redis *redis, const char *host); -int redisxSetTLSSkipVerify(Redis *redis, boolean value); +int redisxSetTLSVerify(Redis *redis, boolean value); RedisCluster *redisxClusterInit(Redis *node); Redis *redisxClusterGetShard(RedisCluster *cluster, const char *key);