[다운로드 페이지]
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
설치후 redis-cli.exe 를 더블클릭하여 실행
> ping 입력후 엔터
PONG 이 출력되면 정상 접속
'Data Engineering > Redis' 카테고리의 다른 글
[Redis] 원격접속 (0) | 2022.07.25 |
---|---|
[Redis] you can t write against a read only replica (0) | 2022.07.25 |
[Redis] Redis 설치(도커) (0) | 2022.07.01 |
[Redis] ubuntu 설치 (0) | 2022.07.01 |
[Redis] 기본명령어 (0) | 2022.06.08 |