top of page
Search
The Tech Platform
Jan 3, 2022
Publisher/Subscriber messaging with Redis
The first thing we need to do is to create a new service that will inherit from “BackgroundService”. In this class, we must implement an...
The Tech Platform
Dec 14, 2021
SignalR Core: Heartbeat and Redis
Realtime applications are hard to design in .NET world, we have SignalR Core which gives us a painless interface for developing such...
The Tech Platform
Oct 28, 2021
Redis Pub/Sub with .net Core
As the needs of the users increase and in order to meet these needs, we have to figure out some new architectural solutions. Meeting...
The Tech Platform
Aug 12, 2021
Redis vs Kafka : Top 7 Useful Difference you should know.
Redis Redis is an acronym for the Remote Dictionary Server. It is a key-value store, this key-value store can be used as a repository for...
The Tech Platform
Jul 20, 2021
How to use Redis and Lua Scripts in a C# ASP.NET Core Microservice Architecture
In this article, we will explore how to use StackExchange.Redis in an ASP.NET Core application to access a Redis server running in...
bottom of page