#Redis
12 messages · Page 1 of 1 (latest)
Normally Redis would be used for cachingg or as an event bus store or for work queues via BullMQ. It's not normally used for a backend database. So, not sure what you are meaning.
oh yes, I mean caching
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 
No, it's a completely separate thing. The choice of the database for application's data and a database for caching are two different choices not dependent on each other.
ooo
I understand a little, they are 2 different things.
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...
thank you very much for answering my wrong question @upper cape @cursive crater 
@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.