luca3m / redis3m

A C++ Redis client
Apache License 2.0
189 stars 78 forks source link

SET value with "-" is not able to go through #19

Closed nidhijha closed 9 years ago

nidhijha commented 9 years ago

Hey, I was trying to set a key value having "-" in it. But it doesn't work with reidis3m library.

Below command doesn't set a key-value pair in redis. However I am able to set this value using Redis-client. connection->run(command("SET")<<"mykey"<<"myvalue-1");

luca3m commented 9 years ago

I tested and it works for me. Can you exactly the error you are seeing?