Redis][https://redis.io/ | HOME]

·2 min read

The open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker.

  • 수백만 명의 개발자가 데이터베이스, 캐시, 스트리밍 엔진 및 메시지 브로커로 사용하는 오픈 소스 인메모리 데이터 저장소입니다.

 

[Core capabilities]

  • 핵심 역량

 

In-memory data structures

  • 인메모리 데이터 구조 Well-known as a "data structure server", with support for strings, hashes, lists, sets, sorted sets, streams, and more.

  • 문자열, 해시, 목록, 집합, 정렬된 집합, 스트림 등을 지원하는 "데이터 구조 서버"로 잘 알려져 있습니다.

 

Programmability - 프로그래밍 가능성

Server-side scripting with Lua and server-side stored procedures with Redis Functions.

  • Lua를 사용한 서버측 스크립팅과 Redis 함수를 사용한 서버측 저장 프로시저.

 

Extensibility

  • 확장성 A module API for building custom extensions to Redis in C, C++, and Rust.

  • C, C++, Rust에서 Redis에 대한 사용자 정의 확장을 구축하기 위한 모듈 API입니다.

 

Persistence

  • 고집 Keeps the dataset in memory for fast access, but can also persist all writes to permanent storage to survive reboots and system failures.

  • 빠른 액세스를 위해 데이터 세트를 메모리에 유지하지만 재부팅 및 시스템 오류가 발생하더라도 영구 스토리지에 대한 모든 쓰기를 유지할 수도 있습니다.

 

 

https://redis.io/