Twitter Clone API using .NET 7
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
49
commits
42
commits
Some appsettings.json and Program.cs codes changed. RequestResponseMiddleware fixed.
ad87a44View on GitHubUserService adjusted with RedisCache implementation for all methods. Generic Update method works async.
16c10c3View on GitHubRequestResponseMiddleware created and adjusted with Serilog.
7f23c80View on GitHubAbsolute and SlidingExpirationTime implemented for Cached Datas.
b21fb1eView on GitHubRedis Caching implemented for FindUserByIdAsync method. Redis connection string defined and applied in Program.cs
dfc9d55View on GitHubImplementing and testing Redis with a method. Added Constant Cache Key.
5901ba6View on GitHub