Simple Messaging in .NET With Redis Pub/Sub
Redis is a popular choice for caching data, but its capabilities go far beyond that. One of its lesser-known features is Pub/Sub support. Redis channels offer an interesting approach for implementing real-time messaging in your .NET applications. How...
milanjovanovic.hashnode.dev5 min read