diff --git a/llms-full.txt b/llms-full.txt index 20c84a02..b9d2aa79 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -11238,7 +11238,7 @@ All features of Prod Pack and Enterprise plan for Upstash QStash are detailed be ## How to Upgrade -You can activate Prod Pack in the QStash settings page in the [Upstash Console](https://upstash.com/dashboard/qstash). For the Enterprise plan, please create a request through the Upstash Console or contact [support@upstash.com](mailto:support@upstash.com). +You can activate Prod Pack in the QStash settings page in the [Upstash Console](https://console.upstash.com/qstash). For the Enterprise plan, please create a request through the Upstash Console or contact [support@upstash.com](mailto:support@upstash.com). # Prod Pack Features Below QStash features are enabled with Prod Pack. @@ -14119,7 +14119,7 @@ cache to adapt to evolving data needs while maintaining optimal performance. Upstash currently uses a single eviction algorithm, called **optimistic-volatile**, which is a combination of _volatile-random_ and _allkeys-random_ eviction policies available in -[the original Redis](https://redis.io/docs/manual/eviction/#eviction-policies). +[the original Redis](https://redis.io/docs/latest/operate/rs/databases/memory-performance/eviction-policy/). Initially, Upstash employs random sampling to select keys for eviction, giving priority to keys marked with a TTL (expire field). If there is a shortage of @@ -21688,7 +21688,7 @@ It is the only connectionless (HTTP based) Redis client and designed for: * and other environments where HTTP is preferred over TCP. See -[the list of APIs](https://upstash.com/docs/redis/features/restapi#rest-redis-api-compatibility) +[the list of APIs](/docs/redis/features/restapi#rest-redis-api-compatibility) supported. # Auto-Pipelining @@ -45002,7 +45002,7 @@ When a workflow run fails, it's automatically moved to the DLQ (Dead Letter Queu You can make changes to the workflow code as long as these changes come after the failed steps. However, making changes before the failed step will break the code and is not allowed. - For more details, check out [Handle workflow route code changes](/workflow/howto/changes) page. + For more details, check out [Handle workflow route code changes](/docs/workflow/howto/changes) page. # Cancel In-Progress Failure Callback diff --git a/qstash/overall/enterprise.mdx b/qstash/overall/enterprise.mdx index 47556f18..1b9b6ff0 100644 --- a/qstash/overall/enterprise.mdx +++ b/qstash/overall/enterprise.mdx @@ -10,7 +10,7 @@ All features of Prod Pack and Enterprise plan for Upstash QStash are detailed be ## How to Upgrade -You can activate Prod Pack in the QStash settings page in the [Upstash Console](https://upstash.com/dashboard/qstash). For the Enterprise plan, please create a request through the Upstash Console or contact [support@upstash.com](mailto:support@upstash.com). +You can activate Prod Pack in the QStash settings page in the [Upstash Console](https://console.upstash.com/qstash). For the Enterprise plan, please create a request through the Upstash Console or contact [support@upstash.com](mailto:support@upstash.com). # Prod Pack Features Below QStash features are enabled with Prod Pack. diff --git a/redis/sdks/ts/commands/functions/load.mdx b/redis/sdks/ts/commands/functions/load.mdx index ce3d61e7..fe5ce882 100644 --- a/redis/sdks/ts/commands/functions/load.mdx +++ b/redis/sdks/ts/commands/functions/load.mdx @@ -14,7 +14,7 @@ content with every request (like `EVAL`), you load the script once as a The library source code must start with the `#!lua name=` shebang. Inside the script, use `redis.register_function` to expose your functions. -The registered functions can be called with the [FCALL](./call.mdx) command. +The registered functions can be called with the [FCALL](./call) command. ## Arguments diff --git a/redis/sdks/ts/overview.mdx b/redis/sdks/ts/overview.mdx index 363de46d..4c4fd598 100644 --- a/redis/sdks/ts/overview.mdx +++ b/redis/sdks/ts/overview.mdx @@ -24,5 +24,5 @@ It is the only connectionless (HTTP based) Redis client and designed for: - and other environments where HTTP is preferred over TCP. See -[the list of APIs](https://upstash.com/docs/redis/features/restapi#rest-redis-api-compatibility) +[the list of APIs](/redis/features/restapi#rest-redis-api-compatibility) supported. diff --git a/workflow/openapi.yaml b/workflow/openapi.yaml index 30bd4817..601cf9c7 100644 --- a/workflow/openapi.yaml +++ b/workflow/openapi.yaml @@ -1408,7 +1408,7 @@ paths: You can make changes to the workflow code as long as these changes come after the failed steps. However, making changes before the failed step will break the code and is not allowed. - For more details, check out [Handle workflow route code changes](/workflow/howto/changes) page. + For more details, check out [Handle workflow route code changes](/docs/workflow/howto/changes) page. parameters: @@ -1522,7 +1522,7 @@ paths: You can make changes to the workflow code as long as these changes come after the failed steps. However, making changes before the failed step will break the code and is not allowed. - For more details, check out [Handle workflow route code changes](/workflow/howto/changes) page. + For more details, check out [Handle workflow route code changes](/docs/workflow/howto/changes) page. parameters: - in: query diff --git a/workflow/quickstarts/astro.mdx b/workflow/quickstarts/astro.mdx index 6a7252bb..47e2f98c 100644 --- a/workflow/quickstarts/astro.mdx +++ b/workflow/quickstarts/astro.mdx @@ -22,7 +22,7 @@ for a detailed, end-to-end example and best practices. 1. An Upstash QStash API key. 2. Node.js and npm (another package manager) installed. -If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/login) for an Upstash account and navigating to your QStash dashboard. +If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/auth/sign-in) for an Upstash account and navigating to your QStash dashboard. ## Step 1: Installation diff --git a/workflow/quickstarts/cloudflare-workers.mdx b/workflow/quickstarts/cloudflare-workers.mdx index 25ba2c59..4531ea6b 100644 --- a/workflow/quickstarts/cloudflare-workers.mdx +++ b/workflow/quickstarts/cloudflare-workers.mdx @@ -14,7 +14,7 @@ This guide provides detailed, step-by-step instructions on how to use and deploy 1. An Upstash QStash API key. 2. Node.js and npm (another package manager) installed. -If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/login) for an Upstash account and navigating to your QStash dashboard. +If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/auth/sign-in) for an Upstash account and navigating to your QStash dashboard. ## Step 1: Installation diff --git a/workflow/quickstarts/express.mdx b/workflow/quickstarts/express.mdx index 1a331b93..1929562d 100644 --- a/workflow/quickstarts/express.mdx +++ b/workflow/quickstarts/express.mdx @@ -19,7 +19,7 @@ for a detailed, end-to-end example and best practices. 1. An Upstash QStash API key. 2. Node.js and npm (another package manager) installed. -If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/login) for an Upstash account and navigating to your QStash dashboard. +If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/auth/sign-in) for an Upstash account and navigating to your QStash dashboard. ## Step 1: Installation diff --git a/workflow/quickstarts/fastapi.mdx b/workflow/quickstarts/fastapi.mdx index 2b73dd85..75bea94a 100644 --- a/workflow/quickstarts/fastapi.mdx +++ b/workflow/quickstarts/fastapi.mdx @@ -13,7 +13,7 @@ This guide provides detailed, step-by-step instructions on how to use Upstash Wo 1. An Upstash QStash API key. 2. Python and pip installed. -If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/login) for an Upstash account and navigating to your QStash dashboard. +If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/auth/sign-in) for an Upstash account and navigating to your QStash dashboard. ## Step 1: Installation diff --git a/workflow/quickstarts/flask.mdx b/workflow/quickstarts/flask.mdx index 1e37ba1a..902fc683 100644 --- a/workflow/quickstarts/flask.mdx +++ b/workflow/quickstarts/flask.mdx @@ -13,7 +13,7 @@ This guide provides detailed, step-by-step instructions on how to use Upstash Wo 1. An Upstash QStash API key. 2. Python and pip installed. -If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/login) for an Upstash account and navigating to your QStash dashboard. +If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/auth/sign-in) for an Upstash account and navigating to your QStash dashboard. ## Step 1: Installation diff --git a/workflow/quickstarts/hono.mdx b/workflow/quickstarts/hono.mdx index cecffd13..20bde5ae 100644 --- a/workflow/quickstarts/hono.mdx +++ b/workflow/quickstarts/hono.mdx @@ -15,7 +15,7 @@ This guide provides detailed, step-by-step instructions on how to use and deploy 1. An Upstash QStash API key. 2. Node.js and npm (another package manager) installed. -If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/login) for an Upstash account and navigating to your QStash dashboard. +If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/auth/sign-in) for an Upstash account and navigating to your QStash dashboard. ## Step 1: Installation diff --git a/workflow/quickstarts/nextjs-fastapi.mdx b/workflow/quickstarts/nextjs-fastapi.mdx index ed640def..abbe81e5 100644 --- a/workflow/quickstarts/nextjs-fastapi.mdx +++ b/workflow/quickstarts/nextjs-fastapi.mdx @@ -14,7 +14,7 @@ This guide provides detailed, step-by-step instructions on how to use and deploy 2. Node.js and npm (or another package manager) installed. 3. Python and pip installed. -If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/login) for an Upstash account and navigating to your QStash dashboard. +If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/auth/sign-in) for an Upstash account and navigating to your QStash dashboard. ## Step 1: Setup diff --git a/workflow/quickstarts/nextjs-flask.mdx b/workflow/quickstarts/nextjs-flask.mdx index db4b2dff..cc25830e 100644 --- a/workflow/quickstarts/nextjs-flask.mdx +++ b/workflow/quickstarts/nextjs-flask.mdx @@ -14,7 +14,7 @@ This guide provides detailed, step-by-step instructions on how to use and deploy 2. Node.js and npm (or another package manager) installed. 3. Python and pip installed. -If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/login) for an Upstash account and navigating to your QStash dashboard. +If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/auth/sign-in) for an Upstash account and navigating to your QStash dashboard. ## Step 1: Setup diff --git a/workflow/quickstarts/nuxt.mdx b/workflow/quickstarts/nuxt.mdx index feda7802..64d0be61 100644 --- a/workflow/quickstarts/nuxt.mdx +++ b/workflow/quickstarts/nuxt.mdx @@ -16,7 +16,7 @@ This guide provides detailed, step-by-step instructions on how to use and deploy 1. An Upstash QStash API key. 2. Node.js and npm (another package manager) installed. -If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/login) for an Upstash account and navigating to your QStash dashboard. +If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/auth/sign-in) for an Upstash account and navigating to your QStash dashboard. ## Step 1: Installation diff --git a/workflow/quickstarts/solidjs.mdx b/workflow/quickstarts/solidjs.mdx index 8645648e..3965a9b9 100644 --- a/workflow/quickstarts/solidjs.mdx +++ b/workflow/quickstarts/solidjs.mdx @@ -12,7 +12,7 @@ This guide provides detailed, step-by-step instructions on how to use and deploy 1. An Upstash QStash API key. 2. Node.js and npm (another package manager) installed. -If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/login) for an Upstash account and navigating to your QStash dashboard. +If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/auth/sign-in) for an Upstash account and navigating to your QStash dashboard. ## Step 1: Installation diff --git a/workflow/quickstarts/svelte.mdx b/workflow/quickstarts/svelte.mdx index 0fdaf9ab..6a2eb137 100644 --- a/workflow/quickstarts/svelte.mdx +++ b/workflow/quickstarts/svelte.mdx @@ -16,7 +16,7 @@ This guide provides detailed, step-by-step instructions on how to use and deploy 1. An Upstash QStash API key. 2. Node.js and npm (another package manager) installed. -If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/login) for an Upstash account and navigating to your QStash dashboard. +If you haven't obtained your QStash API key yet, you can do so by [signing up](https://console.upstash.com/auth/sign-in) for an Upstash account and navigating to your QStash dashboard. ## Step 1: Installation