Skip to main content

Documentation Index

Fetch the complete documentation index at: https://upstash-vector.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

This command may block the DB for a long time, depending on its size. We advice against using it in production. Use SCAN instead.

Arguments

match
str
required
A glob-style pattern. Use * to match all keys.

Response

Array of keys matching the pattern.
keys = redis.keys("prefix*")