RedisClient icon indicating copy to clipboard operation
RedisClient copied to clipboard

Ability to redirect logs to any Action<string>.

Open killwort opened this issue 1 year ago • 0 comments

I've added Action to RedisConfiguration to use instead of Console.WriteLine, so now this library could be used with any logging framework with minimal effort. However, in static contexts conditional compilation looks really ugly yet there's nothing I could have done better.

killwort avatar Jan 15 '24 15:01 killwort