We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Dan Petitt • 4 years ago

Great article, thanks for sharing. Noticed that the screenshots for hgetall _Users and the gui are the wrong way round :-)

Sahan Serasinghe • 4 years ago

You are absolutely right! Must have happened when I renamed the screenshot files 😁 I have pushed the change and should be available shortly. Thanks a lot!

Taha Ali • 3 years ago

This is an Amazing Article, I followed this to Implement Redis in my project --BUT-- I had to go back to the Original Redis Implementation at - https://docs.redis.com/late... ---BECAUSE--- These wrappers like IDistributedCache and StackExchangeRedis.Extensions do not include all the functions possible in the original library, In particular I required to delete All the keys in Redis Cache, which was not exposed in these wrappers. I followed the basic approach of -

services.AddSingleton<iconnectionmultiplexer>(ConnectionMultiplexer.Connect());

Sahan Serasinghe • 3 years ago

Thanks for sharing Taha Ali 🙂 Glad you figured out a fix for it! Cheers