AdSense

網頁

2019/3/14

Redis 在Windows啟動Redis Server

在Windows啟動Redis server的方法如下。


本範例的使用的Redis版本為2.8.2104,你可以在MicrosoftArchive/redis下載其他的Redis Windows安裝版本。

Redis安裝好後,到安裝目錄(本範例安裝於C:\Program Files\Redis)下開啟命令提示字元cmd,然後輸入redis-server即可啟動。

C:\Program Files\Redis>redis-server
[5036] 15 Mar 09:07:22.614 # Warning: no config file specified, using the defaul
t config. In order to specify a config file use redis-server /path/to/redis.conf

                _._
           _.-``__ ''-._
      _.-``    `.  `_.  ''-._           Redis 2.8.2104 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ''-._
 (    '      ,       .-`  | `,    )     Running in stand alone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 5036
  `-._    `-._  `-./  _.-'    _.-'
 |`-._`-._    `-.__.-'    _.-'_.-'|
 |    `-._`-._        _.-'_.-'    |           http://redis.io
  `-._    `-._`-.__.-'_.-'    _.-'
 |`-._`-._    `-.__.-'    _.-'_.-'|
 |    `-._`-._        _.-'_.-'    |
  `-._    `-._`-.__.-'_.-'    _.-'
      `-._    `-.__.-'    _.-'
          `-._        _.-'
              `-.__.-'

[5036] 15 Mar 09:07:22.629 # Server started, Redis version 2.8.2104
[5036] 15 Mar 09:07:22.629 * DB loaded from disk: 0.000 seconds
[5036] 15 Mar 09:07:22.629 * The server is now ready to accept connections on po
rt 6379

你可以輸入redis-cli ping指令來確認Redis有在正常運作。

Redis預設使用的port為6379

沒有留言:

AdSense