The Redis Feature You Didn't Know You Needed

preview_player
Показать описание


Hello, everybody. I'm Nick, and in this video, I will introduce you to a feature you have probably never heard of, and that's Redis Messaging. Redis has messaging capabilities and not only can you use it on its own but you can also use it to listen to redis changes and act on them.

Don't forget to comment, like and subscribe :)

Social Media:

#csharp #dotnet
Рекомендации по теме
Комментарии
Автор

Redis: "underscore, underscore... 'keyevent'... at 0... underscore, underscore... are you still there?"
*crickets*
Redis: "Hello?"

BenMakesGames
Автор

Nice to see this here.
We use this Feature for distributed Cache Changes.
Realy helpful and fast.

martinmilbret
Автор

*Redis crash*
*Redis recovery*
C# : Any message ?
Redis : What's a message ?

EzequielRegaldo
Автор

Please make full Redis playlist and a video on Garnet !

dcernach
Автор

This will literally solve a problem for me at work. Thanks

harryprince
Автор

Ain't going to get license rug-pulled by Redis

hanyuchuang
Автор

Redis the database you didn't know you don't need
use Valkey
keep it foss

AhmedMohammed
Автор

I've used this feature as a backplane for response queues and quorum/leader-election type stuff

dennycrane
Автор

Could this be used as a replacement for SignalR? are there connection limits?

blackpaw
Автор

In case of using Dapr with Refis, how would it work?

Firsu
Автор

Hey Nick, how about doing one episode for Garnet Cache which obliterates redis on performance benchmarks

md_owes
Автор

"I'm gonna just fix this because it's gonna give me OCD"

Lol, you are like a brother from another mother. Although, I would mention that if such a small thing bothers you, you already have OCD (the non-medical kind, AKA pedantic).

CuriouslyContent
Автор

"because it's gonna give me OCD" yup

troncek
Автор

we've used it to re-fetch expired keys in the past until we got events from the source to react to

knixa
Автор

What should I use as a redis server for professional software. I rather not have customers run WSL or docker

AronRubin
Автор

Who would want to use it after recent licensing changes? 🤔

EvaRapanova
Автор

I guess we need the video on garnet since some servers does not support wsl for redis. ;(

AliBarada-hnel
Автор

HAve you used PostgresSQL as message broker? :)

elpe
Автор

when you go to like the video after watching, and see that likes are 420
PS. please make vid on Garnet

edwardfyodorov
Автор

Is there a cohesion problem here? Using subscriber for both publication and consumption? I get it's a useful feature, but conceptually, seems wrong

seancapes