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-
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