https://developer.redis.com/howtos/chatapp/
How to build a Chat application using Redis | The Home of Redis Developers
Real-time chat app is an online communication channel that allows you to conduct real-time conversations. More and more developers are tapping into the power of Redis as it is extremely fast & due to its support for variety of rich data structure such as L
developer.redis.com
이 전에 Redis 는 User Credentials, 특히 Spring Security 에서 Data 를 Caching 하면서 Server 및 Memory 연산을 줄이기 위해 사용한다고 들었다.
그렇지만, Redis 로 Email 전송이나 Blog Posting 기능 구현을 위해 필요한 Messaging Queue 를 사용하는 경우가 많다고 한다.
더 나아가 Chatting Application 을 구현할 때 Redis 를 사용함으로써, RDB 의 데이터 연산 처리속도를 증대시키기 위해 사용을 한다.
https://tecoble.techcourse.co.kr/post/2021-09-19-message-queue/
메시지 큐에 대해 알아보자!
메시지 큐란 메시지 큐(Message Queue)는 프로세스 또는 프로그램 간에 데이터를 교환할 때 사용하는 통신 방법 중에 하나로, 메시지 지향 미들웨어(Message Oriented Middleware:MOM…
tecoble.techcourse.co.kr
아직 무슨 말인진 잘 모르겠다.
이제서야 User Credentials 이라는 개념에 대해 알기 시작했는데, Message Queue, Redis 까지 넘어가려고 하니 머리가 너무 아프다ㅋㅋㅋㅋ
제일 알고 싶은 이유다.
https://velog.io/@wisdom08/Redis-%EC%99%9C-%EC%93%B8%EA%B9%8C-%EA%B7%B8%EB%A6%AC%EA%B3%A0-%EC%8A%A4%ED%94%84%EB%A7%81%EB%B6%80%ED%8A%B8-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8%EC%97%90-Redis-%EC%84%A4%EC%A0%95%EA%B9%8C%EC%A7%80
Redis 왜 쓸까? 그리고 스프링부트 프로젝트에 Redis 설정까지
key-value 구조의 비정형 데이터를 저장하고 관리하기 위한 오픈 소스 기반의 비관계형 DBMS Database, Cache, Message Broker 로 사용되며, 인메모리 데이터 구조를 가진 저장소다. 데이터베이스는 데이터를
velog.io
그건 바로 Redis 사용 이유..
Caching 이라는 단어의 뜻도 차근차근 알아가야겠다.
Flutter 를 함과 동시에 Spring Boot 까지 알아가다니, 아주 행복하다.
https://hudi.blog/refresh-token-in-spring-boot-with-redis/#:~:text=%EB%8D%B0%EC%9D%B4%ED%84%B0%EA%B0%80%20HDD%EB%82%98%20SDD,%EB%A0%88%EB%94%94%EC%8A%A4%EB%A5%BC%20%EC%82%AC%EC%9A%A9%ED%95%9C%EB%8B%A4.
Spring Boot와 Redis를 사용하여 Refresh Token 구현하기
배경 바로 직전에 작성한 Access Token의 문제점과 Refresh Token 글에서 Refresh Token이 무엇인지 글로 알아보았다. 하지만, 글만 읽어서는 공부를 끝냈다고 할 수 없다. 실제로 코드를 작성해야 지식을
hudi.blog