
Redis로 message queue 구현하기(1)
·
Development/Backend
Message Queue란? Redis 설치일단 message queue로 이용할 redis를 설치해야한다. linux로 설치하는게 일반적이지만 Microsoft에서 window를 위한 redis를 제공해준다고 한다.아래 링크로 들어가면 다운 받을 수 있다.https://github.com/microsoftarchive/redis GitHub - microsoftarchive/redis: Redis is an in-memory database that persists on disk. The data model is key-value, but many difRedis is an in-memory database that persists on disk. The data model is key-value, b..