redis get keys with values code example Example: redis show key value redis> SET mykey "Hello" "OK" redis> GET mykey "Hello"