Jarek

Results 2 issues of Jarek

Hi, We use Redis extensions with KeyPrefix configured. I noticed that when `PUBLISH` is invoked, channel name sent to Redis has double prefix. **To Reproduce** Run following code ```csharp var...

Hi, I know that `IDisposable` instances registered by `RegisterInstanceAs` can be disposed by BoDI after each scenario only if `dispose` parameter is set to `true`. I want my instances to...