Skip to content

Commit

Permalink
Update hircluster.h
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Söderqvist <[email protected]>
  • Loading branch information
bjosv and zuiderkwast authored Mar 17, 2024
1 parent 2ebc16e commit 389c493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hircluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

/* The non-const connect callback API is not available when:
* - using hiredis prior v.1.1.0; or
* - built on Windows since hiredis_cluster.def needs to be updated. */
* - built on Windows since hiredis_cluster.def can't have conditional definitions. */
#if !(HIREDIS_MAJOR >= 1 && HIREDIS_MINOR >= 1) || _WIN32
#define HIRCLUSTER_NO_NONCONST_CONNECT_CB
#endif
Expand Down

0 comments on commit 389c493

Please sign in to comment.