Thank you all for watching and for your support. ►► If you want to check out all our courses you can do that here: courses.code-maze.com/courses/
@MisterKoko6685 ай бұрын
Thank you for another great video! 🙏🏻
@CodeMaze5 ай бұрын
You are very welocme. Thank you for the support.
@netjonin5 ай бұрын
A wonderful concise video
@CodeMaze5 ай бұрын
Thanks a lot.
@10Totti5 ай бұрын
Another top video!
@CodeMaze5 ай бұрын
Thanks a lot mate.
@zohidbekmengliboyev16765 ай бұрын
Great!
@CodeMaze5 ай бұрын
Thank you for watching. I'm glad you like the video.
@mdsafikulislam91135 ай бұрын
Thanks ❤
@CodeMaze5 ай бұрын
You're welcome 😊
@I-PixALbI4-I5 ай бұрын
Cool! What the difference between cache services for .Net WEB application?
@CodeMaze5 ай бұрын
I am not sure what do you mean by .NET Web applicatio because you have multiple ones. But redis can be used in all of those for sure. It is not specifically related to Web API for example as I used in this video.
@angryrooster63815 ай бұрын
Can you make a video on how to integrate apache kafka instead of controllers?
@CodeMaze5 ай бұрын
I can give a shot. I already have a video on event-driven architecture if you want to watch that one. Thanks for the suggestion.
@angryrooster63815 ай бұрын
I saw that, wonderful! But I'm rather stuck at the question how to implement a filter system for the different message types between the presentation/infrastructure layer and the service layer.
@Sayada3 ай бұрын
In onion architecture, which layer should we put the redis cache ?
@CodeMaze3 ай бұрын
This really depends on where you want to apply caching. Is it your controllers or maybe the methods inside the service layer. Based on that decision, you can implement a redis cache service either inside the service layer or inside the Infrastructure/Persistence layer with the cahce service interface inside the Domain layer. Again, nothing is carved into stone here, and you have to adopt your solution to your needs.
@Sayada3 ай бұрын
@@CodeMaze tks alot
@shirazahmed59445 ай бұрын
Can a person use Redis on a system that is not using Docker?
@CodeMaze5 ай бұрын
Here you can see the ways to install redis: redis.io/docs/latest/operate/oss_and_stack/install/install-redis/ There is some sort of support for Win but it is easiest to use docker.