-
Notifications
You must be signed in to change notification settings - Fork 6
[wip] redis support for multiplayer prompting #665
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement, Documentation, Configuration changes, Dependencies
Description
Integrate Redis for prompt stream storage
Refactor API to use Redis endpoints
Update frontend hooks and components
Add Redis config, env vars, dependencies
Changes walkthrough 📝
8 files
Refactor homepage to use Redis prompts
Implement Redis-based prompt rotation endpoint
Add poll route with Redis init logic
Refactor prompts API to push to Redis
Rewrite PromptDisplay for Redis prompts
Update PromptPanel to use new prompts prop
Force mock Privy in development
Rewrite prompts hook for Redis endpoints
1 files
Export applyPromptToStream from store
1 files
Remove unused prompt props
3 files
Add Redis client setup
Add @upstash/redis dependency
Update lockfile with Redis entries
2 files
Include Redis config in environment
Add Redis env to turbo config
1 files
Define Redis env variables example