WindowsにRedisをインストールする

WindowsにRedisをインストールする

インストール

WindowsにRedisをインストールします。

Redis is not officially supported on Windows. However, you can install Redis on Windows for development by following the instructions below.

正式にはサポートされておらず、WSL2にインストールすることなら可能だそうです。

サーバ起動

サーバはサービスとして起動されます。

クライアント起動

コマンドプロンプトからクライアントを起動します。

C:\>redis-cli
127.0.0.1:6379>

参考サイト

Install Redis on Windows
Use Redis on Windows for development

コメント

株式会社CONFRAGE ITソリューション事業部をもっと見る

今すぐ購読し、続きを読んで、すべてのアーカイブにアクセスしましょう。

続きを読む

タイトルとURLをコピーしました