scala-redis
scala-redis copied to clipboard
How to create parser from object?
I need to do something like this
case class Product(id: String, v: Int, w: Long)
connection.hgetall[Task, String, Product](...)