skip to Main Content

Redis cache for news articles

I have a bunch of news articles (~100k at the moment). Every article can be connected with more than one category. So I have two keys article URL and category. I need to store this articles in Redis and need…

VIEW QUESTION

Redis Client Side Caching for .Net

Redis 6 has introduced a feature supporting Client Side Caching and is described in here: https://redis.io/topics/client-side-caching I tried out the ServiceStack.Redis and StackExchange.Redis clients, but couldn't make either of them handle it. Can anyone help with a working example in…

VIEW QUESTION
Back To Top
Search