Skip to content

does redis2_raw_queries support transaction or has bug ? #37

@toints

Description

@toints

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions