RedisTemplate

Spring Boot로 Redis 간단한 CRUD를 예제를 해보겠다. 1. Redis 설치 아래 링크에서 Redis를 설치하면 된다! 로컬환경에 설치를 진행했다. https://github.com/microsoftarchive/redis/releases Releases · microsoftarchive/redis Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes - microsoftarchive/redis github.com 2. Spring Bo..
kmindev
'RedisTemplate' 태그의 글 목록