-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
fix: redis cache key overlap #14938
fix: redis cache key overlap #14938
Conversation
Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Ignored Deployments
|
Graphite Automations"Add foundation team as reviewer" took an action on this PR • (05/08/24)1 reviewer was added to this PR based on Keith Williams's automation. "Add platform team as reviewer" took an action on this PR • (05/08/24)1 reviewer was added to this PR based on Keith Williams's automation. |
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Current Playwright Test Results Summary✅ 3 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 05/08/2024 10:40:37am UTC) Run DetailsRunning Workflow PR Update on Github Actions Commit: 184d1bd Started: 05/08/2024 10:40:18am UTC
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
React Embed Element Click Popup should verify that the iframe got created with correct URL - namespaced
Retry 1 • Initial Attempt |
18.75% (63)63 / 336 runsfailed over last 7 days |
37.80% (127)127 / 336 runsflaked over last 7 days |
What does this PR do?
Fixes redis error
WRONGTYPE Operation against a key holding the wrong kind of value
caused by the fact that the same key is set with bothhset (hash)
andsetex
(key/value), this key is then fetched usinghgetall
which expect a hash, not a key/value pairsolving the issue by having 2 different keys