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");
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");