"Redis URI"의 두 판 사이의 차이

32번째 줄: 32번째 줄:
==참고 자료==
==참고 자료==
* https://github.com/kurttheviking/redisuri
* https://github.com/kurttheviking/redisuri
* http://www.iana.org/assignments/uri-schemes/prov/redis


[[분류: Redis]]
[[분류: Redis]]
[[분류: URI]]
[[분류: URI]]

2016년 7월 11일 (월) 13:02 판

1 개요

Redis URI
레디스 URI
redis://[:password@]host[:port][/db-number][?option=value]
요소 필수? 설명
redis:// O 프로토콜
auth@ 인증 패스워드
host O 레디스 서버주소(호스트명 또는 IP주소)
port 레디스 서버포트
/database 레디스 데이터베이스 번호. 기본값 0

2 예시

3 같이 보기

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}