abstract fun slowlogGet(limit: Int, handler: Handler<AsyncResult<String>>): RedisTransaction
Read the Redis slow queries log
limit - Number of log entries to return. If value is less than zero all entries are returned
handler - Handler for the result of this call.
Since
Redis 2.2.12 group: server