The Redis Feature You Didn't Know You Needed

  Рет қаралды 27,216

Nick Chapsas

Nick Chapsas

Күн бұрын

Пікірлер: 50
@moneymaster5571
@moneymaster5571 5 ай бұрын
yes plealse make video on garnet.
@sw9038
@sw9038 5 ай бұрын
Please make full Redis playlist
@BenMakesGames
@BenMakesGames 5 ай бұрын
Redis: "underscore, underscore... 'keyevent'... at 0... underscore, underscore... are you still there?" *crickets* Redis: "Hello?"
@martinmilbret8952
@martinmilbret8952 5 ай бұрын
Nice to see this here. We use this Feature for distributed Cache Changes. Realy helpful and fast.
@dcernach
@dcernach 5 ай бұрын
Please make full Redis playlist and a video on Garnet !
@harryprince9556
@harryprince9556 5 ай бұрын
This will literally solve a problem for me at work. Thanks
@EzequielRegaldo
@EzequielRegaldo 4 ай бұрын
*Redis crash* *Redis recovery* C# : Any message ? Redis : What's a message ?
@VitalyPavluk
@VitalyPavluk 4 ай бұрын
🤣🤣🤣🤣🤣🤣
@hanyuchuang
@hanyuchuang 5 ай бұрын
Ain't going to get license rug-pulled by Redis
@txkyle2013
@txkyle2013 5 ай бұрын
all of this will work with Valkey or even Garnet I believe
@talwald1680
@talwald1680 5 ай бұрын
Yess! Make a video on garnet!!
@dennycrane2938
@dennycrane2938 4 ай бұрын
I've used this feature as a backplane for response queues and quorum/leader-election type stuff
@AhmedMohammed23
@AhmedMohammed23 5 ай бұрын
Redis the database you didn't know you don't need use Valkey keep it foss
@jonathansaindon788
@jonathansaindon788 5 ай бұрын
Redis is dead, long live Valkey!
@Spid88PL
@Spid88PL 5 ай бұрын
@@jonathansaindon788 Valkeyria 😉
@modernkennnern
@modernkennnern 5 ай бұрын
What about Garnet?
@modernkennnern
@modernkennnern 5 ай бұрын
Oh, he literally mentioned it towards the end 😅
@AhmedMohammed23
@AhmedMohammed23 5 ай бұрын
@@modernkennnern valkey is a direct fork from redis and a drop-in replacement for it meanwhile garnet you can say is a new implemention in c#
@blackpaw29
@blackpaw29 4 ай бұрын
Could this be used as a replacement for SignalR? are there connection limits?
@Firsu
@Firsu 5 ай бұрын
In case of using Dapr with Refis, how would it work?
@AronRubin
@AronRubin 5 ай бұрын
What should I use as a redis server for professional software. I rather not have customers run WSL or docker
@md_owes
@md_owes 4 ай бұрын
Hey Nick, how about doing one episode for Garnet Cache which obliterates redis on performance benchmarks
@metachain5345
@metachain5345 3 ай бұрын
let me know the Theme you using.
@knixa
@knixa 4 ай бұрын
we've used it to re-fetch expired keys in the past until we got events from the source to react to
@elpe21
@elpe21 5 ай бұрын
HAve you used PostgresSQL as message broker? :)
@AliBarada-hn1el
@AliBarada-hn1el 4 ай бұрын
I guess we need the video on garnet since some servers does not support wsl for redis. ;(
@troncek
@troncek 5 ай бұрын
"because it's gonna give me OCD" yup
@CuriouslyContent
@CuriouslyContent 5 ай бұрын
"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).
@seancapes2
@seancapes2 4 ай бұрын
Is there a cohesion problem here? Using subscriber for both publication and consumption? I get it's a useful feature, but conceptually, seems wrong
@EvaRapanova
@EvaRapanova 5 ай бұрын
Who would want to use it after recent licensing changes? 🤔
@paradisefallen8385
@paradisefallen8385 5 ай бұрын
well... postgress also can pubsub
@Rob_III
@Rob_III 5 ай бұрын
So can about 350 different other products. What is your point?
@metaltyphoon
@metaltyphoon 5 ай бұрын
@@Rob_III The point is one is foss the other is no longer
@Rob_III
@Rob_III 5 ай бұрын
@@metaltyphoon You're *assuming* @paradisefallen8385 mentioned it because of that. And still: there's lots of FOSS alternatives, what's the point? At the very least @paradisefallen8385 should have mentioned _why_ they singled out Postgres.
@edwardfyodorov8268
@edwardfyodorov8268 5 ай бұрын
when you go to like the video after watching, and see that likes are 420 PS. please make vid on Garnet
@abbasalabbas2733
@abbasalabbas2733 5 ай бұрын
Nestjs uses it😊
@tedchirvasiu
@tedchirvasiu 5 ай бұрын
Nice try, Redis
@LzBy1
@LzBy1 4 ай бұрын
but NATS…
@W1ese1
@W1ese1 5 ай бұрын
Would have loved to also get to know what the performance impact is on Redis by using this feature. In general it sounds quite expensive without knowing how it is implemented.
@W1ese1
@W1ese1 5 ай бұрын
Also: a Garnet follow-up would be highly welcome from my point of view
That's NOT How Async And Await Works in .NET!
12:25
Codewrinkles
Рет қаралды 29 М.
Why is .NET 9's Performance So Good? with Stephen Toub
1:47:37
Nick Chapsas
Рет қаралды 10 М.
Understanding Redis Streams
15:59
Coding with Raphael De Lio
Рет қаралды 10 М.
Зачем нужна база данных Redis и где она используется
13:24
Дмитрий Ченгаев. Веб-разработка.
Рет қаралды 24 М.
Redis за 20 минут
23:22
suchkov tech
Рет қаралды 166 М.
What Is .NET Aspire? The Insane Future of .NET!
18:35
Nick Chapsas
Рет қаралды 281 М.
Stop Using FirstOrDefault in .NET! | Code Cop #021
12:54
Nick Chapsas
Рет қаралды 101 М.
Blazingly Fast JavaScript with ThePrimeagen | Preview
18:22
Frontend Masters
Рет қаралды 109 М.
The Hidden Cost Of GraphQL And NodeJS
28:35
ThePrimeTime
Рет қаралды 203 М.
Don't Use Polly in .NET Directly. Use this instead!
14:58
Nick Chapsas
Рет қаралды 77 М.