scoquelin / arugula

Redis client wrapper for Scala built on top of Java lettuce-core library
Apache License 2.0
2 stars 0 forks source link

Add support for testing operations with LongCodec #16

Closed scoquelin closed 3 months ago

scoquelin commented 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]

Closes #15

72squared commented 3 months ago

Overall, I think this looks good. When we get around to implementing the dump and restore commands we will need to test binary codecs.