Upstash Documentation

String Commands

1 min read

MGET#

Load multiple keys at once. For billing purposes, this counts as a single command.

If a key is not found, it will be returned as null, so you might end up with null values in your response array.

MSET#

Set multiple values at once. For billing purposes, this counts as a single command.

MSETNX#

PSETEX#

SET#

SETEX#

SETNX#

SETRANGE#

STRLEN#

SUBSTR#