Hacker News new | ask | show | jobs
by mythz 4050 days ago
Each threading issue reported ended up being traced back to sharing a RedisClient instance across multiple threads, e.g. by using a static RedisClient instance, registering RedisClient in IOC, etc - i.e. instead of using one of the ThreadSafe connection factories. If you have any repro showing any multi-threading issues with proper usage we'd love to hear about it (https://github.com/ServiceStack/Issues).
1 comments

It was quite a while ago now but I wouldn't be surprised if we were using it wrong when combined with our DI config. :)