Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

windows上でredisサーバーが起動できない

現状

Rails上のブログアプリにランキング機能を実装するためにredisをインストールしようとしているところです。

解決したいこと

windows10上にredisをインストールしradisサーバーを起動しようとしたのですがその最中に以下のようなエラーが発生しました。
解決方法を教えていただけますでしょうか。

発生している問題・エラー

C:\Program Files\Redis>redis-server redis.windows.conf
[22160] 25 May 15:47:20.846 # Creating Server TCP listening socket *:6379: bind: No error

実際に試したこと

googleで検索しても解決策がみつからず困っています。

実行環境

Windows 10 Home

Redis server v=3.0.504 sha=00000000:0 malloc=jemalloc-3.6.0 bits=64 build=a4f7a6e86f2d60b3

redis-cli 3.0.504

インストール時に参考にした記事

0 likes

1Answer

Windowsのredisはインストール時にWindowsのサービスが登録されます。
既にサービスからプロセスが起動しているので2重起動できないだけだと思われます。

0Like

Your answer might help someone💌