my nginx version is 1.8.1 and redis version is 2.8.1, when I used command redis2_raw_queries, like this:
redis2_raw_queries 4 "multi\r\nhmset $msec:header host $host remote_addr $remote_addr remote_port $remote_port request_uri $request_uri status $status\r\nsadd member:header $msec:$request_uri\r\nexec\r\n";
Finally, I got different numbers of hash key and set collection members , but there is no errors in error.log . Always, set collection has more members than has keys in redis .
however, when I use double redis2_query command to execute hmset and sadd, the result is OK .