richfitz / storr

:package: Object cacher for R
http://richfitz.github.io/storr
Other
116 stars 10 forks source link

Custom key mangling #89

Open wlandau opened 5 years ago

wlandau commented 5 years ago

To follow up on https://github.com/richfitz/storr/issues/88#issuecomment-435656361, this PR proposes custom mangle_key_encode and mangle_key_decode functions for the RDS driver constructor. It is not quite working yet (I find it difficult to interact with test-driver.R) but does demonstrate what I am proposing.