Commands
>
MGET

MGET

Syntax

MGET key [key ...]

Description

Get multiple entries from cache.

Example

> SET first Tom
> SET last Anderson
> MGET first last city

Related Commands