thelovemsg / chatting_app

0 stars 0 forks source link

where should i put cache for server? #5

Open thelovemsg opened 1 year ago

thelovemsg commented 1 year ago

objective

where should i put cache for server?

detailed work content

  • I thought checking valid user for chatting room is important. but we need to do this all the time, not a few monent.
  • For this, jwt informations can be saved in cache like Redis, I guess. So, we should come up with how to apply the Redis for our project.

    note

  • DO YOUR BEST! I DON'T KNOW TBH BUT JUST JUMP IN!