127.0.0.1:6379> SLOWLOG help 1) SLOWLOG <subcommand> [<arg> [value] [opt] ...]. Subcommands are: 2) GET [<count>] 3) Return top <count> entries from the slowlog (default: 10). Entries are 4) made of: 5) id, timestamp, time in microseconds, arguments array, client IP and port, 6) client name 7) LEN 8) Return the length of the slowlog. 9) RESET 10) Reset the slowlog. 11) HELP 12) Prints this help. 127.0.0.1:6379>