Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Question: Make scalar character values standard Redis strings by default instead of serialized R objects? #33

Open
bwlewis opened this issue Nov 23, 2015 · 0 comments

Comments

@bwlewis
Copy link
Owner

bwlewis commented Nov 23, 2015

See the internal .raw function: https://github.com/bwlewis/rredis/blob/master/R/redis-internal.R#L110

The approach defined there is used almost everywhere now already with the notable exception of redis "String" operations like redisSet, redisMSet, etc.

The original intent of this package is to make R objects always the default, letting users convert them to raw values if they desire to inter-operate with other programs.

However, I don't really see the harm in relaxing that slightly for scalar character values in R. The only real chance for problems I see might be in various character encoding data being messed up.

Ideas? Comments?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant