Upstash supports both native Redis TCP and HTTPS REST.
8.4. We are also gradually adding changes introduced in later versions.
Browse the Redis command reference
See every supported Redis command, organized by category.
- Search indexes JSON, hash, string, and stream keys through
SEARCH.*commands. These are separate from, and incompatible with, theFT.*commands of the RediSearch module. - Vector stores embeddings and answers nearest-neighbour queries through
VECTOR.*commands.
@upstash/redis.
Limitations
- Upstash exposes a single logical database. Only index
0is valid forSELECT; any other index returns an error. Use key prefixes to separate concerns instead of numbered databases. - Command support varies by protocol. For example, connection commands are limited to
PINGandECHOover the REST API. See the REST API compatibility table for details.