profunktor/redis4cats

Incr with StringCommands[IO, String, String]

Closed this issue · 1 comments

Hi, I could find an example of using .incr method of StringCommands because it requires V type to be Numeric but I couldn't instantiate StringCondecs[String, Long]. How should I use it?

I've found Codecs.derive. Hope this issue would help someone.