Windowsの下でredisサービスをインストールして起動します

384 ワード

Windowsの下でredisサービスをインストールして起動します
1.Windowsサービスのインストール
redis-server --service-install .\6379\redis.windows.conf

2.サービスの開始
redis-server --service-start

3.redisのディレクトリで実行(実行後はwindowsサービスとして利用)
redis-server --service-stop

4.アンインストールサービス
redis-server --service-uninstall