Created
December 17, 2018 19:28
-
-
Save ChrisCates/834f7866f173b738c470484715b825d7 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
if (hiredisx::set("foo", "bar") { | |
std::cout << "key foo has been set." << std::endl; | |
} else { | |
std::cout << "key foo had a problem being set." << std::endl; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment