Server
- Configuration
- Server Configuration List
- Download & Install Redis Server
- Start Redis Server
- Architecture Overview
- Redis Server Performance
- Redis-cli
- Redis-benchmark
- Redis Security
- Event Notification
- Client Side Caching 6.0
- Redis Server Threads
- Processes & Threads
- Server Data Structure
- Redis.conf han
- Redis.conf eng
- Commands 1
- Commands 2
- Persistence
- Replication
- Administration
- Raspberry Pi New
- New Dev Functions
- Params General
- Params AOF
- Params RDB
- Params Replication
- Internal Structure
redis server parameters param_bind
Redis BIND Parameter
Redis Server Course | Redis Technical Support | Redis Enterprise Server |
---|
Redis bind parameter
레디스 설정 파일인 redis.conf 에 있는 bind 파라미터에 대한 설명입니다.
레디스 서버가 받아들이는 IP를 제한하고 싶을 경우 bind 를 사용한다. bind 다음에 IP를 나열하면 된다.
설명
서버에 TCP IP가 여러 개 사용 가능 할 경우 레디스 서버는 기본적으로 모든 IP에서 들어오는 접속을 받아 들인다.레디스 서버가 받아들이는 IP를 제한하고 싶을 경우 bind 를 사용한다. bind 다음에 IP를 나열하면 된다.
사용 방법
bind 192.168.1.100 10.0.0.1
bind 127.0.0.1
bind 127.0.0.1
<< PORT | TIMEOUT >> |
---|
조회수 :
Email
답글이 올라오면 이메일로 알려드리겠습니다.