Caching
Using Redis in Go: Global Client with Auto Reconnect
September 19, 2025
Program
A practical guide to integrating Redis in Go using a global client with auto-reconnect, cache-aside pattern, and best practices for robust, maintainable caching.
ASP.NET Core API & Blazor Implements Caching Mechanism to Improve Performance
January 8, 2024
Program
What is caching ? A basic introduction to the caching mechanism and records how to use the ASP.NET Core API to implement the caching mechanism.