We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
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!
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());
Thanks for sharing Taha Ali 🙂 Glad you figured out a fix for it! Cheers
Great article, thanks for sharing. Noticed that the screenshots for
hgetall _Usersand the gui are the wrong way round :-)