Skip to content

Redis fixes#3518

Merged
iancooper merged 2 commits into
masterfrom
redis_fixes
Feb 17, 2025
Merged

Redis fixes#3518
iancooper merged 2 commits into
masterfrom
redis_fixes

Conversation

@iancooper

Copy link
Copy Markdown
Member

This fixes the proactor and reactor shift for Redis; it also turns off tests around scheduled messages until we merge in @lillo42's work there

@iancooper iancooper self-assigned this Feb 17, 2025
@iancooper iancooper merged commit 6192900 into master Feb 17, 2025
@iancooper iancooper deleted the redis_fixes branch February 17, 2025 17:17

@codescene-delta-analysis codescene-delta-analysis Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Gates Failed
Enforce advisory code health rules (1 file with Code Duplication)

Gates Passed
3 Quality Gates Passed

See analysis details in CodeScene

Reason for failure
Enforce advisory code health rules Violations Code Health Impact
RedisMessageConsumer.cs 1 advisory rule 8.60 → 8.34 Suppress

Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.

Comment on lines -351 to -352

return await s_pool.Value.GetClientAsync(cancellationToken);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

❌ Getting worse: Code Duplication
introduced similar code in: GetClient,GetClientAsync

Suppress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 - Done feature request .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant