Not obscure but also ... not obvious. Mapping 'complex' data structures to schemas is hard; running `serialize()` is easier. You can then `rawToChar()` it and should be able to store in a varchar, get it back and call `charToRaw(unserialize()). See my RcppRedis package.
Oct 14, 2022 · 1:26 AM UTC
