Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Engine: Docs update #459

Merged
merged 2 commits into from
Jun 20, 2024
Merged

Engine: Docs update #459

merged 2 commits into from
Jun 20, 2024

Conversation

farhanW3
Copy link
Contributor

@farhanW3 farhanW3 commented Jun 8, 2024

PR-Codex overview

This PR adds Redis support to the Engine server configuration for enhanced performance and data storage.

Detailed summary

  • Added Redis configuration for Engine server
  • Updated Docker commands to start Redis container
  • Included REDIS_URL environment variable for Redis connection string

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

vercel bot commented Jun 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 10, 2024 5:03pm

@farhanW3 farhanW3 changed the title Engine: Docs update Engine: Docs update for v1.0.0 Jun 8, 2024
@farhanW3 farhanW3 changed the title Engine: Docs update for v1.0.0 Engine: Docs update Jun 8, 2024
arcoraven
arcoraven previously approved these changes Jun 8, 2024
@@ -19,6 +19,7 @@ dashboard](https://thirdweb.com/dashboard/engine).
- [Docker](https://docs.docker.com/get-docker/)
- A thirdweb secret key from the [API Keys page](https://thirdweb.com/dashboard/settings/api-keys)
- PostgresDB (version 14+)
- Redis (version 7.2.4+)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://docs.bullmq.io/bull/install suggests

Bull requires a Redis version greater than or equal to 2.8.18

But most new users prob will just take the latest version anyway.

@@ -28,6 +29,12 @@ Start Postgres:
docker run -p 5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres
```

Start Postgres:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Start Redis*

@arcoraven arcoraven added this pull request to the merge queue Jun 20, 2024
Merged via the queue into main with commit 0e77289 Jun 20, 2024
6 checks passed
@arcoraven arcoraven deleted the fk/engine-docs-update branch June 20, 2024 23:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants