WindowsでRedisをインストールする
配置redis.windows.conf
初回起動エラー
Windowsサービスのインストール
クライアントアクセス
redis commands[継続更新]
command
説明
コメント
auth ****
クライアント認証
set key value
キー値の設定
string
get key
key値の取得
string
指令伝達ゲート:https://www.cnblogs.com/kevinws/p/6281395.html公式サイトの指示:https://redis.io/commands
maxmemory 1024000000
requirepass 123456
初回起動エラー
redis-server.exe redis.windows.conf // redis
creating server tcp listening socket 127.0.0.1:6379: bind No error //
:
,
redis-cli.exe
shutdwon
exit
redis-server.exe redis.windows.conf
Windowsサービスのインストール
redis.windows.conf , , windows , redis
: windows
redis-server --service-install redis.windows.conf // , redis ,
: redis-server --service-start
: redis-serverr --service-stop
クライアントアクセス
redis-cli
auth 123456
redis commands[継続更新]
command
説明
コメント
auth ****
クライアント認証
set key value
キー値の設定
string
get key
key値の取得
string
指令伝達ゲート:https://www.cnblogs.com/kevinws/p/6281395.html公式サイトの指示:https://redis.io/commands