laixintao / iredis

Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.
https://iredis.xbin.io
BSD 3-Clause "New" or "Revised" License
2.52k stars 102 forks source link

`slowlog get` execution time unit display error #462

Closed ichengzi closed 1 year ago

ichengzi commented 1 year ago
127.0.0.1:6379> slowlog GET
1) Slow log id: 2
   Start at: 1687698511
   Running time(ms): 1598440
   Command: keys k1000000
   Client IP and port: 127.0.0.1:43110
   Client name:

Running time(ms) is error, should display as μs

The amount of time needed for its execution, in microseconds. https://redis.io/commands/slowlog-get/

laixintao commented 1 year ago

Thanks!