KEMBAR78
Redis Doesn't Support Streaming by BenConstable9 · Pull Request #6954 · microsoft/autogen · GitHub
Skip to content

Conversation

@BenConstable9
Copy link
Contributor

@BenConstable9 BenConstable9 commented Aug 19, 2025

Why are these changes needed?

Redis Doesn't Support Streaming. Writing and reading from the cache results in type errors

Makes sure that the cache set comes after the stream.

As they share the same key, streams will be passed back through create result and vice versa

Related issue number

Closes #6953

Checks

@codecov
Copy link

codecov bot commented Aug 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.01%. Comparing base (29a84e2) to head (085037a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6954      +/-   ##
==========================================
+ Coverage   80.99%   81.01%   +0.01%     
==========================================
  Files         237      237              
  Lines       18163    18182      +19     
==========================================
+ Hits        14711    14730      +19     
  Misses       3452     3452              
Flag Coverage Δ
unittests 81.01% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ekzhu ekzhu enabled auto-merge (squash) August 19, 2025 17:29
auto-merge was automatically disabled August 19, 2025 17:39

Head branch was pushed to by a user without write access

@ekzhu ekzhu merged commit 2f38334 into microsoft:main Aug 19, 2025
73 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Redis cache doesn't handle streaming

2 participants