Untitled

Untitled

ec2에서 redis 접속

docker ps 명령어로 tenwonmoa-redis 작동중인지 확인

docker ps

Untitled

tenwonmoa-redis 접속

docker exec -it tenwonmoa-redis redis-cli

접속 후 명령어 사요

모든 키 조회

keys *

Untitled

특정 키 조회

hgetall 키이름