Created
December 17, 2018 19:42
-
-
Save ChrisCates/664d75d7c2d6315ad7ed1d3f9356d473 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
std::string foo = hiredisx::get("bar"); | |
std::cout << "Foo should be " << foo << std::endl; //Will print Foo should be bar. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment