반응형
Sets
-
01. RedisBackEnd/redis 2021. 11. 30. 20:01
Overview 해당 글에서는 Redis에 대한 개념, 자료 구조, 운영 및 Spring Boot와 Redis Java Client인 Lettuce(Non-blocking, Spring Boot 2 정식 채택)를 이용하여 프로젝트를 진행합니다. Introduction to Redis 인메모리 데이터 저장소(In-Memory data structure store) 데이터베이스, 캐시 및 메시지 브로커로 사용되는 오픈 소스(BSD 라이선스) 기본적으로 key-value 저장 방식이지만, strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, 및 streams 자료 구조를 지원 ..