Implement internal cancellation for SCAN via WithCancellation by mgravell · Pull Request #2911 · StackExchange/StackExchange.Redis
Navigation Menu
{{ message }}
StackExchange / StackExchange.Redis Public
- Notifications You must be signed in to change notification settings
- Fork 1.6k
Merged
Implement internal cancellation for SCAN via WithCancellation#2911
Implement internal cancellation for SCAN via WithCancellation#2911
Conversation
Copy link Copy Markdown
Collaborator
SCAN enumeration currently only kicks in when issuing new page requests, which may have significant delay; here we:
- check the token during sync fetch
- support proper cancellation during async fetch
- add supporting documentation
mgravell added 4 commits
July 17, 2025 15:13
mgravell
deleted the
async-iter-cancel
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment