Notice
Recent Posts
Recent Comments
Link
투케이2K
20. (Redis/레디스) [Mac Os] Redis CLI : type 사용해 value 값 데이터 타입 형식 확인 본문
Redis (RDS)
20. (Redis/레디스) [Mac Os] Redis CLI : type 사용해 value 값 데이터 타입 형식 확인
투케이2K 2024. 1. 27. 18:40[개발 환경 설정]
개발 언어 : Redis
[방법 설명]
------------------------------------------------------
[Redis 서비스 구동]
brew services start redis
------------------------------------------------------
[Redis CLI 연결 수행]
redis-cli
------------------------------------------------------
[Redis : type 사용해 value 값 데이터 타입 형식 확인]
문법 : type [KEY]
예시 : type name
------------------------------------------------------
[결과 출력]
반응형
'Redis (RDS)' 카테고리의 다른 글
Comments