bwlewis / rredis

R client for Redis
http://illposed.net/
93 stars 25 forks source link

Redis Serialization Protocol support #34

Open sergiokozlov opened 8 years ago

sergiokozlov commented 8 years ago

Hi Bryan,

With the help of your package is there any way to perform RESP serialization of an R dataframe?

If not do you think it's good idea to include such functionality.

Thank you, Sergey.

bwlewis commented 8 years ago

and return it just as a character string (instead of sending it to redis)? interesting.

yes, this should be possible without too much trouble. I'll let you know what I come up with. On Feb 17, 2016 8:56 AM, "Sergey Kozlov" notifications@github.com wrote:

Hi Bryan,

With the help of your package is there any way to perform RESP serialization of an R dataframe?

If not do you think it's good idea to include such functionality.

Thank you, Sergey.

— Reply to this email directly or view it on GitHub https://github.com/bwlewis/rredis/issues/34.

sergiokozlov commented 8 years ago

Yes - that's was the idea. Thank you for the help!