Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Sorry, I know you worked hard on it but this comes from real experience. We had an absolute nightmare debugging strange issues in the cache and traced it to this. Probably an older version though.


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).


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. :)


What would be your opinion on redis on a windows machine? Is it "production" ready?


azure redis cache service uses redis on win so yes


I couldn't find it, but couldn't it be on a linux box on azure?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: