
- Configuration
- Server Configuration List
- Download & Install Redis
- Start Redis Server
- Architecture Overview
- Redis Performance Update
- Redis-cli
- Redis-benchmark
- Redis Security
- Event Notification
- Client Side Caching 6.0
- Redis Threads Update
- POSIX Thread
- Redis Process
- Process Thread Concept
- Server Data Structure
- Server Functions
- Redis.conf han
- Redis.conf eng
- Server
- Connection
- Persistence
- Replication
- Administration
- Raspberry Pi New
- New Dev Functions
- Params General
- Params AOF
- Params RDB
- Params Replication
- Internal Structure
- Internal Flow Overview
- Command Process
- STRINGS Data Structure
- ZIP List of LISTS
- LINKED List of LISTS
- QUICK List of LISTS
- INTSET of SETS
- HASH Table of SETS
- ZIP List of ZSETS
- SKIP List of ZSETS
- ZIP List of HASHES
- HASH Table of HASHES
- HASH Table of KEYS
- RAX radix tree
- Listpack
- Stream
- RESP
- Dictionary(Hash Tables) New
- Redis on Windows
redis server rdb_param param_dbfilename
Redis DBFILENAME Parameter
![]() |
![]() |
![]() |
---|
Redis dbfilename parameter
레디스 설정 파일인 redis.conf 에 있는 dbfilename 파라미터에 대한 설명입니다.
디렉토르는 dir 파라미터에서 지정하는 곳에 저장된다.
기본 값은 dump.rdb 이다.
설명
RDB 파일명을 지정한다.디렉토르는 dir 파라미터에서 지정하는 곳에 저장된다.
기본 값은 dump.rdb 이다.
사용 방법
dbfilename dump.rdb
<< RDBCHECKSUM | RDB-SAVE-INCREMENTAL-FSYNC >> |
---|
조회수 :
Email
답글이 올라오면 이메일로 알려드리겠습니다.