Notice
Recent Posts
Recent Comments
Link
투케이2K
19. (Redis/레디스) [Mac Os] Redis CLI : echo 사용해 기본 메시지 프린트 출력 본문
[개발 환경 설정]
개발 언어 : Redis
[방법 설명]
------------------------------------------------------
[Redis 서비스 구동]
brew services start redis
------------------------------------------------------
[Redis CLI 연결 수행]
redis-cli
------------------------------------------------------
[Redis : echo 사용해 기본 메시지 프린트 출력]
문법 : echo [메시지]
예시 : echo "hello twok"
------------------------------------------------------
[결과 출력]
반응형
'Redis (RDS)' 카테고리의 다른 글
Comments