#Redis

12 messages · Page 1 of 1 (latest)

worthy tapir
#

I wanted to ask, do many of you still use redis when creating restful api using nest js?

I want to learn how to use redis to create restful api.

upper cape
worthy tapir
#

sorry

#

um, if it has nothing to do with the backend database, that means it has nothing to do with me using postgresql either?

#

I'm sorry for asking like this HEHE

cursive crater
worthy tapir
#

Now that I have found this video, maybe it will be good for me to understand and learn redis.

https://youtu.be/dQV0xzOeGzU?si=NSAMH_s_CJCX12D7

and I will replace it using nest js.

Learn how to build a node backend and use Redis's speed. Let's have a look at the basic Redis data types, then some modern features such as RedisJSON, Redis Search and Bloom filters. We will make a restaurant directory and review site backend using express, covering how we can store this data in Redis, and use Redis as a cache for 3rd party APIs...

▶ Play video
#

thank you very much for answering my wrong question @upper cape @cursive crater kikisenyum

upper cape
#

@worthy tapir - Just note, the presenter in that video says Redis can be used as a regular database too, but most won't use it that way, because it doesn't offer the extensive querying capabilities that an SQL or even a NoSQL database offers.