MGET
Syntax
MGET key [key ...]
Description
Get multiple entries from cache.
Example
> SET first Tom
> SET last Anderson
> MGET first last city
MGET key [key ...]
Get multiple entries from cache.
> SET first Tom
> SET last Anderson
> MGET first last city