-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
To be more memory / performance efficient we should use https://learn.microsoft.com/en-us/dotnet/core/extensions/logger-message-generator when logging from the redis-client internals.
similar to dotnet/orleans#9273
I'll be happy to contribute this
logger usages:
- src/StackExchange.Redis/ConnectionMultiplexer.cs - Replaces inline logging with source-generated LoggerMessage #2903
- src/StackExchange.Redis/ServerEndPoint.cs - chore: Replaces string interpolation with structured logging - ServerEndPoint #2924
- src/StackExchange.Redis/ResultProcessor.cs - chore: Replaces string interpolation with structured logging - ResultProcessor #2925
- src/StackExchange.Redis/PhysicalConnection.cs & src/StackExchange.Redis/PhysicalBridge - chore: Replaces string interpolation with structured logging - PhysicalConnection & PhysicalBridge #2929
- left overs - chore: Replaces string interpolation with structured logging - left overs #2930
Metadata
Metadata
Assignees
Labels
No labels