Closed scoquelin closed 3 months ago
I think [String , ByteArray] might be more common. That is where I have used different codecs. You can always cast a string to longOption
I remember where the binary codec is needed ... when you dump and restore keys, the values are binary values not strings.
So far we only supported
RedisCodec[String, String]
as the default codec format for Redis key and values.Let's try to plumb support for testing with multiple codecs, starting with
RedisCodec[String, Long]