Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8168,7 +8168,7 @@ Yes, we take regular snapshots of the data cluster to the AWS S3 platform.

## Does Upstash encrypt data?

Customers can enable TLS when creating a database or cluster, and we recommend this for production environments. Additionally, we encrypt data at rest upon enabling the [Prod Pack add-on](https://upstash.com/docs/redis/overall/enterprise#prod-pack-features).
Customers can enable TLS when creating a database or cluster, and we recommend this for production environments. Additionally, we encrypt data at rest upon enabling [Prod Pack add-on](https://upstash.com/docs/redis/overall/enterprise#prod-pack-features).

# Legal
Source: https://upstash.com/docs/common/help/legal
Expand Down Expand Up @@ -10115,7 +10115,7 @@ To view a more detailed Next.js quick start guide for setting up QStash, refer t

It's also possible to schedule a background job to run at a later time using [schedules](/docs/qstash/features/schedules).

If you'd like to invoke another endpoint when the background job is complete, you can use [callbacks](/docs/qstash/features/callbacks).
If you'd like to invoke another endpoint when the background job is complete, you can use [callbacks](/docs/qstash/features/callbacks).

# Batching
Source: https://upstash.com/docs/qstash/features/batch
Expand Down Expand Up @@ -10414,7 +10414,7 @@ client.message.batch_json(
"messageId": "msg_..."
}
]
```
```

# Callbacks
Source: https://upstash.com/docs/qstash/features/callbacks
Expand Down Expand Up @@ -11469,7 +11469,7 @@ from qstash import QStash
client = QStash("<QSTASH_TOKEN>")
client.queue.get("my-queue")
```
</CodeGroup>
</CodeGroup>

# Retry
Source: https://upstash.com/docs/qstash/features/retry
Expand Down Expand Up @@ -73157,8 +73157,9 @@ Two packages bring AgentKit to **Eve, the Vercel agent framework**. They work to
Mount the extension for the bundled setup. Add the package when you need a rate-limit gate, an Upstash
Box sandbox, or control over an individual tool file.

Start from an eve project (0.25.2 or later). Scaffold one, which installs `eve` and an AI-SDK provider
for you:
Start from an eve project (**0.43.0 or later** — the published extension is prebuilt, and its
compatibility manifest requires eve ≥ 0.43's contribution formats). Scaffold one, which installs `eve`
and an AI-SDK provider for you:

```bash
npx eve@latest init my-agent
Expand Down Expand Up @@ -73676,8 +73677,9 @@ Two packages bring AgentKit to **Eve, the Vercel agent framework**. They work to
Mount the extension for the bundled setup. Add the package when you need a rate-limit gate, an Upstash
Box sandbox, or control over an individual tool file.

Start from an eve project (0.25.2 or later). Scaffold one, which installs `eve` and an AI-SDK provider
for you:
Start from an eve project (**0.43.0 or later** — the published extension is prebuilt, and its
compatibility manifest requires eve ≥ 0.43's contribution formats). Scaffold one, which installs `eve`
and an AI-SDK provider for you:

```bash
npx eve@latest init my-agent
Expand Down
5 changes: 3 additions & 2 deletions redis/sdks/agentkit/eve.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ Two packages bring AgentKit to **Eve, the Vercel agent framework**. They work to
Mount the extension for the bundled setup. Add the package when you need a rate-limit gate, an Upstash
Box sandbox, or control over an individual tool file.

Start from an eve project (0.25.2 or later). Scaffold one, which installs `eve` and an AI-SDK provider
for you:
Start from an eve project (**0.43.0 or later** — the published extension is prebuilt, and its
compatibility manifest requires eve ≥ 0.43's contribution formats). Scaffold one, which installs `eve`
and an AI-SDK provider for you:

```bash
npx eve@latest init my-agent
Expand Down