borakasmer / RedisPerformance

We used Redis on ActionFilter for checking user permission on every Action. So we avoided getting data from SQL Server for every request. And we preferred to check and get data from distributed memory cache with Redis Service on Azure. We used a special algorithm technic as a Bitwise for every Action permission in Controller. We used Entity 6.0 …
10Updated 2 years ago

Related projects

Alternatives and complementary repositories for RedisPerformance