Return a paginated list of members and their scores of an ordered set matching a pattern.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.
Arguments
The key of the sorted set.
The cursor, use
0 in the beginning and then use the returned cursor for subsequent calls.Glob-style pattern to filter by members.
Number of members to return per call.
Response
The new cursor and keys as a tuple.
If the new cursor is
0 the iteration is complete.