LoginSignup
20
17

More than 5 years have passed since last update.

redisのslowlogの見方をすぐ忘れる

Posted at
redis-cli slowlog get 5

1) 1) (integer) 71212
   2) (integer) 1396929254
   3) (integer) 10839
   4) 1) "del"
      2) "Post:1223173:notification_event:commented:773502"

1) 自動採番されたID

2) コマンド実行時のUnixタイムスタンプ

3) コマンド実行にかかった時間、マイクロ秒単位

4) コマンドとそのパラメータ

良く忘れるので、グーグルで検索した結果

↑ これ見ます!いいですね!これ!

20
17
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
20
17