Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Redis コマンドのキューのサイズを記録/測定する方法。
Redis はシングル スレッドであるため、コマンドを順番に実行します。そこにはコマンド キューがあり、着信コマンドが保存され、1 つずつ実行されます。SLOWLOG コマンドは実行時間のみを表示するため、問題は、実行開始前にコマンドがキューにあった時間を取得する方法があるかどうかです。