
[스프링 부트] redis 초간단 사용법
2023. 4. 24. 20:02
스프링
레디스 설치 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 저는 3.2.100버전 설치했습니다. 대충 next누르면 설치됨. 설치 경로로 가서 redis-cli 실행하면 ping 입력하면 PONG으로 반응해줌 레디스가 돌아가고 있음..