Created
December 17, 2018 19:20
-
-
Save ChrisCates/59f7f2407ecfaae9e2828ce8fddaf088 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bool available = hiredisx::test::connect(); | |
if (available) { | |
// You can start using hiredisx | |
} else { | |
// Reconfigure your settings or retry | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment