Welcome to the Hybrid Cache Demo! 🚀
This repository demonstrates a simple implementation of a hybrid cache using .NET 9. The hybrid cache combines both in-memory and distributed caching to provide optimal performance and scalability.
- .NET 9 SDK
- Redis
- Docker
-
Clone the repository:
git clone https://github.com/yourusername/hybrid-cache-demo.git cd hybrid-cache-demo
-
Setup Redis server using Docker
docker run -- redis -p 6379:6379 -p 8001:8001 redis/redis-stack
-
Build the project:
dotnet build
-
Run the application:
dotnet run
- Configure cache settings in
appsettings.json
Feel free to submit issues or pull requests. Contributions are welcome!
Happy caching! 😊