param_appendfilename
Redis APPENDFILENAME Parameter
Redis Server Course | Redis Technical Support | Redis Enterprise Server |
---|
Redis appendfilename parameter
레디스 설정 파일인 redis.conf 에 있는 appendfilename 파라미터에 대한 설명입니다.
이 파라미터는 appendonly가 yes일때 적용된다. 해당 디렉토리에 쓰기 권한이 없으면 레디스 서버가 시작될 때 에러가 나고 시작되지 않는다.
이 파리미터는 config set 명령으로 변경할 수 없다.
기본값은 appendonly.aof 이다.
설명
Append only file 명을 지정하는 파라이터이다. 위치는 "dir" 에 지정된 디렉토리이다.이 파라미터는 appendonly가 yes일때 적용된다. 해당 디렉토리에 쓰기 권한이 없으면 레디스 서버가 시작될 때 에러가 나고 시작되지 않는다.
이 파리미터는 config set 명령으로 변경할 수 없다.
기본값은 appendonly.aof 이다.
사용 방법
appendfilename appendonly.aof
<< APPENDONLY | APPENDFSYNC >> |
---|
조회수 :
Email
답글이 올라오면 이메일로 알려드리겠습니다.