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.
Lua scripting over the REST API is documented in the EVAL command reference.
Limitations
- Upstash exposes a single logical database. Only index
0is valid forSELECT; any other index returns an error. Use key prefixes to separate data instead of numbered databases. - Command support varies by protocol. Over REST, connection commands are limited to
PINGandECHO. See the REST API compatibility table for details.