redis show key value code example Example: redis show key value redis> SET mykey "Hello" "OK" redis> GET mykey "Hello"