REDIS

효딩딩·2022년 10월 25일
0

레디스(Redis) 란?

  • 레디스(Redis)는 Remote Dictionary Server의 약자로서, "키-값" 구조의 비정형 데이터를 저장하고 관리하기 위한 오픈 소스 기반의 비관계형 데이터베이스 관리 시스템(DBMS) 임
  • 다양한 인 메모리 데이터 구조 집합을 제공하므로 다양한 사용자 정의 애플리케이션을 손쉽게 생성할 수 있음
  • 2009년 살바토르 산필리포(Salvatore Sanfilippo)가 처음 개발함
  • 모든 데이터를 메모리로 불러와서 처리하는 메모리 기반 DBMS 임
  • 주요 Redis 사용 사례로는 캐싱, 세션 관리, pub/sub 및 순위표를 들 수 있음
  • Redis는 속도가 빠르고 사용이 간편하여 최고의 성능이 필요한 웹, 모바일, 게임, 광고 기술 및 IoT 애플리케이션에서 널리 사용되고 있음

출처:
https://blog.naver.com/ghdalswl77/222784918460
https://ko.wikipedia.org/wiki/%EB%A0%88%EB%94%94%EC%8A%A4
https://aws.amazon.com/ko/elasticache/what-is-redis/


(영문 해석)

How Redis started?

  • The name Redis means Remote Dictionary Server.The Redis project began when Salvatore Sanfilippo, nicknamed antirez, the original developer of Redis, was trying to improve the scalability of his Italian startup, developing a real-time web log analyzer.

  • After encountering significant problems in scaling some types of workloads using traditional database systems, Sanfilippo began in 2009 to prototype a first proof of concept version of Redis in Tcl.

Later Sanfilippo translated that prototype to the C language and implemented the first data type, the list. After a few weeks of using the project internally with success, Sanfilippo decided to open source it, announcing the project on Hacker News. The project began to get traction, particularly among the Ruby community, with GitHub and Instagram being among the first companies adopting it

Source:
https://redis.com/redis-for-dummies/?utm_source=google&utm_medium=cpc&utm_campaign=evergreen-brand-us-15152278745&utm_term=redis&utm_content=redis-for-dummies&gclid=CjwKCAjw79iaBhAJEiwAPYwoCMdaea6aJcdl4L0ddQzJ63WptdpdctAkgH9xMnYIibIhIXhlTJebqxoC6hsQAvD_BwE
https://aws.amazon.com/redis/
https://en.wikipedia.org/wiki/Redis

profile
어제보다 나은 나의 코딩지식

0개의 댓글