Skip to content

Instantly share code, notes, and snippets.

@ChrisCates
Created December 17, 2018 19:42
Show Gist options
  • Save ChrisCates/664d75d7c2d6315ad7ed1d3f9356d473 to your computer and use it in GitHub Desktop.
Save ChrisCates/664d75d7c2d6315ad7ed1d3f9356d473 to your computer and use it in GitHub Desktop.
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