{ "GET": { "summary": "Get the slow log's entries", "complexity": "O(N) where N is the number of entries returned", "group": "server", "since": "2.2.12", "arity": -2, "container": "SLOWLOG", "function": "slowlogCommand", "history": [ [ "4.0.0", "Added client IP address, port and name to the reply." ] ], "command_flags": [ "ADMIN", "LOADING", "STALE" ], "command_tips": [ "REQUEST_POLICY:ALL_NODES", "NONDETERMINISTIC_OUTPUT" ], "arguments": [ { "name": "count", "type": "integer", "optional": true } ] } }