GET key

    Time complexity: O(1)

    : the value of key, or when key does not exist.

    *Examples

    redis> SET mykey "Hello"

    redis>