redis-cli -n 0 KEYS "ASD:*" | xargs -I {} redis-cli -n 0 DEL {} 위 명령어는 0번 데이터베이스에서 "ASD:"로 시작되는 모든 키를 삭제하는 명령어이다. 공유하기 게시글 관리 minseok_study