HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
💸
10원모아10조❗️
/
🏝️
Back End
/
🗑️
메모
/
Redis 접속

Redis 접속

 
 
notion image
notion image
 
ec2에서 redis 접속
docker ps 명령어로 tenwonmoa-redis 작동중인지 확인
notion image
 
tenwonmoa-redis 접속
 
접속 후 명령어 사요
모든 키 조회
notion image
 
특정 키 조회
notion image
docker ps
docker exec -it tenwonmoa-redis redis-cli
keys *
hgetall 키이름