MGET key [key …]

    Time complexity: O(N) where N is the number of keys to retrieve.

    : list of values at the specified keys.

    *Examples

    redis> SET key2 "World"

    redis>