Nuxt + Redis in 2 Minutes??

Nuxt + Redis in 2 Minutes??

LearnVue

1 год назад

8,505 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

John from tennessee
John from tennessee - 12.08.2023 17:56

Do you have any plans on making a video of Nuxt and its use case? Like what Nuxt exactly is? From my understanding, it's a fullstack version of Vue?

Ответить
samiebuka
samiebuka - 02.06.2023 12:27

What is the pricing?

Ответить
Praveen Yadav
Praveen Yadav - 01.06.2023 15:54

hey but unstorage setItem "maxAge" not working 😕 its not removing key-value

Ответить
Renato C.
Renato C. - 30.05.2023 00:46

I was skeptical, but the fact that you can easily swap providers since you are using unstorage API means I'll probably give it a try.
Is it possible to host the end point on the edge?

Ответить
MrSMGun
MrSMGun - 29.05.2023 20:33

small nitpick, in redis, it's a common practice to use incr instead of getting then setting the value +1. For three good reasons:
1- eliminate race conditions
2- eliminate an additional round trip to the server
3- redis api will create the key if it does not exist so less application logic to handle exceptions (although null+1 in js will still work, other languages will might not take this kindly)

Ответить
kklowd
kklowd - 29.05.2023 20:12

If you don't care about edge just use upstash directly

Ответить
חמזה
חמזה - 29.05.2023 18:47

What programming fonts are those?

Ответить
Fayaz Ahmed
Fayaz Ahmed - 29.05.2023 17:55

I just love your videos, I have watched almost all of them by now.

I wish you'd make a tutorial on a full stack application with Nuxt, Prisma, Planetscale, Auth, Stripe etc. I think I'd really really enjoy it

Ответить
Programmer Q Dev
Programmer Q Dev - 29.05.2023 15:05

That's pretty neat! I've not had a lot of experience with KV databases yet and that Nitro service is interesting to give a try

Ответить