https://github.com/mehrajlatifli/redis-cache-patterns
Example for redis in ASP.NET Core Web API
https://github.com/mehrajlatifli/redis-cache-patterns
aspnetcore entity-framework-core lazyloading pattern redis-cache sql webapi write-through
Last synced: 19 days ago
JSON representation
Example for redis in ASP.NET Core Web API
- Host: GitHub
- URL: https://github.com/mehrajlatifli/redis-cache-patterns
- Owner: MehrajLatifli
- Created: 2023-02-02T09:31:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T22:43:54.000Z (about 3 years ago)
- Last Synced: 2025-01-14T09:57:23.030Z (over 1 year ago)
- Topics: aspnetcore, entity-framework-core, lazyloading, pattern, redis-cache, sql, webapi, write-through
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redis Cache Patterns
docker run -d --name some-redis -p 6379:6379 redis