redis-server.exe - bind error, No such file or directory 오류해결

2022. 3. 17. 18:57DATABASE

문제상황

redis-server.exe - bind error, No such file or directory

 

 

해결방법

C:\Program Files\Redis>redis-cli.exe
127.0.0.1:6379> shutdown
not connected> exit

 

결과

C:\Program Files\Redis>redis-server.exe
[8020] 16 Jan 22:37:24.576 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server.exe /path/to/redis.conf
                _._
           _.-``__ ''-._
      _.-``    `.  `_.  ''-._           Redis 3.2.100 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ''-._
 (    '      ,       .-`  | `,    )     Running in standalone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 8020
  `-._    `-._  `-./  _.-'    _.-'
 |`-._`-._    `-.__.-'    _.-'_.-'|
 |    `-._`-._        _.-'_.-'    |           http://redis.io
  `-._    `-._`-.__.-'_.-'    _.-'
 |`-._`-._    `-.__.-'    _.-'_.-'|
 |    `-._`-._        _.-'_.-'    |
  `-._    `-._`-.__.-'_.-'    _.-'
      `-._    `-.__.-'    _.-'
          `-._        _.-'
              `-.__.-'

[8020] 16 Jan 22:37:24.579 # Server started, Redis version 3.2.100
[8020] 16 Jan 22:37:24.583 * DB loaded from disk: 0.004 seconds
[8020] 16 Jan 22:37:24.584 * The server is now ready to accept connections on port 6379

 

'DATABASE' 카테고리의 다른 글

우분투 MariaDB 재설치  (0) 2022.03.17
mariaDB general 로그 기록 설정  (0) 2022.03.17
MariaDB 백업(FULL, INCREMENTAL)  (0) 2022.03.17
Maria DB 권한 관리  (0) 2022.03.17
HeidiSQL을 활용한 데이터베이스 이관  (0) 2022.03.17