redis show key value

C++
redis> SET mykey "Hello"
"OK"
redis> GET mykey
"Hello"
Source

Also in C++: