-
Notifications
You must be signed in to change notification settings - Fork 302
feat: add missing redis installation step #2067
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds comprehensive Redis setup documentation to three deployment guides (Ubuntu Server with PM2, Cloudflare Pages, and AWS Amplify). The changes address a missing installation step that is critical for the application's caching functionality.
Key changes:
- Added Redis installation and configuration instructions for local Ubuntu server deployments
- Added Upstash Redis setup guide for Cloudflare Pages deployments
- Added Amazon ElastiCache and serverless Redis provider options for AWS Amplify deployments
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| hosted-with-ubuntu-server.md | Adds "Setup Redis" section with local installation steps and managed service alternatives |
| cloudflare.md | Adds "Setup Redis with Upstash" section with database creation, environment variable configuration, and optional Cloudflare integration |
| aws.md | Adds "Setup Redis with Amazon ElastiCache" section covering both ElastiCache and serverless provider options with VPC considerations |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
products/sales-agent/best-practices/app-deployment/hosted-with-ubuntu-server.md
Show resolved
Hide resolved
products/sales-agent/best-practices/app-deployment/hosted-with-ubuntu-server.md
Show resolved
Hide resolved
products/sales-agent/best-practices/app-deployment/hosted-with-ubuntu-server.md
Outdated
Show resolved
Hide resolved
|
@copilot open a new pull request to apply changes based on the comments in this thread |
…d env var examples Co-authored-by: rittou <85224631+rittou@users.noreply.github.com>
27e25e8 to
61c3984
Compare
Fix Redis setup documentation: correct service name and add environment variable configuration
No description provided.