ASP.NET Core StackExchange.Redis Filtering Value
I have a .NET Core 6.0 project that I use StackExchange.Redis. First, I am wondering if I can filter the value coming with Key-Value pair. When I get the key, I get all the values and after that I am…