redis: キャッシュエンジン


TTLが未設定/長いアイテムを探す


protected mode

redis 3.2.0以降で以下メッセージが出るようになった。

 DENIED Redis is running in protected mode because protected mode is enabled, no bind address was specified, no authentication password is requested to clients.
 In this mode connections are only accepted from the loopback interface.
 If you want to connect from external computers to Redis you may adopt one of the following solutions: 1) Just disable protected mode sending the command 'CONFIG SET protected-mode no' from the loopback interface by connecting to Redis from the same host the server is running, however MAKE SURE Redis is not publicly accessible from internet if you do so.
 Use CONFIG REWRITE to make this change permanent.
 2) Alternatively you can just disable the protected mode by editing the Redis configuration file, and setting the protected mode option to 'no', and then restarting the server.
 3) If you started the server manually just for testing, restart it with the '--protected-mode no' option.
 4) Setup a bind address or an authentication password.
 NOTE: You on

CLIENT SETNAME: 接続に名前を付ける

「client list」で接続一覧を取得するときに「name=」でconnection名が表示されるようになる。
プログラムからのアクセスや、人のアクセスとの区別ができるので付けた方が良さそう。

redis 127.0.0.1:6379> CLIENT SETNAME connection-name

トラブルシューディング


flushdb/flushall: 削除


CLI


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2019-12-10 (火) 14:05:46