Skip to content

perf(redis): query key types and TTLs concurrently during scan - #191

Merged
ZhuchkaTriplesix merged 1 commit into
devfrom
issue/187-redis-scanner-concurrency
Jun 16, 2026
Merged

perf(redis): query key types and TTLs concurrently during scan#191
ZhuchkaTriplesix merged 1 commit into
devfrom
issue/187-redis-scanner-concurrency

Conversation

@ZhuchkaTriplesix

Copy link
Copy Markdown
Member

Closes #187

Improves key scanning performance by querying type and TTL of scanned keys concurrently using  rather than sequential network requests.

@ZhuchkaTriplesix ZhuchkaTriplesix left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

123

@ZhuchkaTriplesix
ZhuchkaTriplesix merged commit 13ffaa4 into dev Jun 16, 2026
3 checks passed
@ZhuchkaTriplesix
ZhuchkaTriplesix deleted the issue/187-redis-scanner-concurrency branch June 19, 2026 03:33
@ZhuchkaTriplesix ZhuchkaTriplesix self-assigned this Jun 20, 2026
ZhuchkaTriplesix added a commit that referenced this pull request Jul 27, 2026
…rency

perf(redis): query key types and TTLs concurrently during scan
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.

Performance: Sequential Network Round-Trips in Redis Key Scanner

1 participant