Not sure if it’s related to this channel. I’m doin...
# ktor
e
Not sure if it’s related to this channel. I’m doing caching so If I want to save some data classes to redis and share this cache among multiple web services. Should I use kotlinx.serialization CBOR, Json or something like Kryo?
o
Not about format, but if you are brave enough, could you try https://github.com/ktorio/ktor-clients for Redis and tell us how it goes? 🙂