-
Notifications
You must be signed in to change notification settings - Fork 2
Redis as frontend database to postgres #3
Comments
It won't be on the frontend. |
Rephrasing: "a frontend database" is meant as a web server front end (here). |
How would you do that? Why would you do that. Redis will run in the backend. |
Okay. Allow me to explain. |
Benefits of adding "Redis" to our tech stack:
Please correct me if I am wrong anywhere. That's my perspective about how things can be easier to scale on a longer run. Thanks! |
@ankitjena I am open to healthy discussions in this regard. Shoot me up! |
@aquibbaig I was clarifying that redis is a in mem DB and not a frontend tool. Not against it. Using frontend with Redis was misleading, yes. |
@ankitjena We can work on this later after we have set up a basic layout first. This is scalability which can be extended further. What we can do is use |
We will have Redis for session management as a cache db because of the fact that it is in-memory and very fast, here it may/may not write out things to postgres, depends upon if we want session data to persist within the postgres db. [subject to discussion]
The text was updated successfully, but these errors were encountered: