gettyying

Results 1 comments of gettyying

To verify the problem, I did tests using hiredis directly. reply = redisCommand(c,"SET %s %s", "foo", "{\"topic\" : \"hello world\"}"); printf("The value has white space: %s\n", reply->str); freeReplyObject(reply); It's gonna...