The official redis documentation for dotnet recommends the package NRedisStack in the installation guide, and the NRedisStack docs says the following:
This project builds on StackExchange.Redis
But there is also the very popular package StackExchange.Redis which is widely used yet.
I tried to find a comparison between them but didn't succeed, so when should I use each one of them and what is the advantages/disadvantages of one over the other? is StachExchange.Redis obsolete?