Note: phiên bản Tiếng Việt của bài này ở link dưới.

https://duongnt.com/redis-landing-vie

In this three-part series, I will demonstrate how to integrate distributed caching into a C# .NET or a Python program. We will also utilize Redis to transfer data between the two apps. To connect Redis with Python, we will use aioredis; and for C# .NET, we will use Microsoft.Extensions.Caching.StackExchangeRedis.

Part I: Using aioredis to integrate Redis with a Python app

https://duongnt.com/aioredis

Part II: Using StackExchangeRedis to integrate Redis with a C# .NET app

https://duongnt.com/stackexchangeredis

Part III: Exchange data between a Python app and a C# .NET app via Redis

https://duongnt.com/redis-python-csharp

Bonus part: Sliding expiration in StackExchangeRedis

https://duongnt.com/sliding-expiration-stackexchangeredis

A software developer from Vietnam and is currently living in Japan.

One Thought on “Redis-based distributed caching”

Leave a Reply