NRedisStack
NRedisStack copied to clipboard
Question about DotNet Client libraries and best practices
Hi, about the DotNet Client, seems that the NRedisStack is the official DotNet client library:
https://redis.io/docs/latest/develop/connect/clients/dotnet/
But another page make references and use the "StackExchange.Redis" library instead:
https://redis.io/learn/develop/dotnet
Considering that NRedisStacks depends on StackExchange.Redis to work, the Learn page would work OK. I tried to find some informations about the differences between both, but could not find it.
I'm from Infra/DevOps side, and i'm making a best practice guide for using Redis at our company, and i saw that many projects are using the StackExchange.Redis library and neither one is using NRedisStack, so i'm trying to understand if, considering that it's a new library (compared to the StaackExchange one), the best approach should be to migrate to NRedisStack?
What exactly NRedisStack adds to the StackExchange library?
Another question: Does both libraries has some compatibility matrix with the Redis server versions?
Thanks.