Re: [Rcpp-devel] rcppredis

2014-06-20 Thread Dirk Eddelbuettel
On 20 June 2014 at 08:52, Whit Armstrong wrote: | I didn't see a separate mailing list for rcppredis, so posting here... Fine by me. If anybody feels otherwise let me know (offlist) ... | Does anyone know how to set a value with a space in it from rcppredis? I haven't tried. Filenames-with-

[Rcpp-devel] rcppredis

2014-06-20 Thread Whit Armstrong
I didn't see a separate mailing list for rcppredis, so posting here... Does anyone know how to set a value with a space in it from rcppredis? I can do it from the command line: warmstrong@krypton:~/dvl/c++/redis.example$ redis-cli SADD hats 'my big hat' (integer) 1 warmstrong@krypton:~/dvl/c++/re