scala-redis icon indicating copy to clipboard operation
scala-redis copied to clipboard

How to create parser from object?

Open egorsmth opened this issue 4 years ago • 0 comments

I need to do something like this

case class Product(id: String, v: Int, w: Long)

connection.hgetall[Task, String, Product](...)

egorsmth avatar Mar 18 '21 13:03 egorsmth