String
MGET
Load multiple keys from Redis in one go.
For billing purposes, this counts as a single command.
Arguments
keys
*List[str]
requiredMultiple keys to load from Redis.
Response
An array of values corresponding to the keys passed in. If a key doesn’t exist, the value will be None
.
Was this page helpful?