Skip to content

Commit

Permalink
redisx.h: missed refactor of redisxSetTLSVerify()
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Jan 13, 2025
1 parent 2676fe2 commit b49f782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/redisx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b49f782

Please sign in to comment.