Closed scoquelin closed 3 months ago
So far we were supporting only RedisCodec[String, String] when testing, with this change we can support other codecs as well starting with RedisCodec[String, Long]
RedisCodec[String, String]
RedisCodec[String, Long]
Closes #15
Overall, I think this looks good. When we get around to implementing the dump and restore commands we will need to test binary codecs.
dump
restore
So far we were supporting only
RedisCodec[String, String]
when testing, with this change we can support other codecs as well starting withRedisCodec[String, Long]
Closes #15