sudo dnf update -y
sudo dnf search redis
레디스 패키지 검색
sudo dnf install redis6
sudo systemctl restart redis6
sudo systemctl enable redis6
부팅 시 자동으로 시작하게 설정
redis6-cli
레디스 접속
# 확인
ping
# pong이라고 뜸
sudo dnf update -y
sudo dnf search redis
레디스 패키지 검색
sudo dnf install redis6
sudo systemctl restart redis6
sudo systemctl enable redis6
부팅 시 자동으로 시작하게 설정
redis6-cli
레디스 접속
# 확인
ping
# pong이라고 뜸
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)