vertx / io.vertx.rxjava.redis / RedisTransaction / rxSlowlogGet

rxSlowlogGet

open fun rxSlowlogGet(limit: Int): Single<String>

Read the Redis slow queries log

Parameters

limit - Number of log entries to return. If value is less than zero all entries are returned

Return