etaty / rediscala

Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
Apache License 2.0
790 stars 142 forks source link

Is there any plan on supporting slow log command? #184

Open liangqing opened 7 years ago

liangqing commented 7 years ago

it seems that slow log command is not supported, I see the code commented in

rediscala/src/main/scala/redis/api/Servers.scala

//case class Log(id: Long, timestamp: Long, duration: Long, command: Seq[ByteString])

//case class Slowlog(subcommand: String, argurment: String)