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 작동중인지 확인
docker ps
notion image
 
tenwonmoa-redis 접속
docker exec -it tenwonmoa-redis redis-cli
 
접속 후 명령어 사요
모든 키 조회
keys *
notion image
 
특정 키 조회
hgetall 키이름
notion image