Skip to content

Commit

Permalink
add incr/incrby/decr/decrby for redis proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Jul 27, 2018
1 parent a8139c3 commit 71afe73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/redis_protocol/proxy_lib/proxy_layer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ proxy_stub::proxy_stub(const proxy_session::factory &f,
dsn::task_spec::get(dsn::apps::RPC_RRDB_RRDB_GET_SCANNER_ACK)->allow_inline = true;
dsn::task_spec::get(dsn::apps::RPC_RRDB_RRDB_SCAN_ACK)->allow_inline = true;
dsn::task_spec::get(dsn::apps::RPC_RRDB_RRDB_CLEAR_SCANNER_ACK)->allow_inline = true;
dsn::task_spec::get(dsn::apps::RPC_RRDB_RRDB_INCR)->allow_inline = true;

_uri_address.assign_uri(
std::string("dsn://").append(_cluster).append("/").append(_app).c_str());
Expand Down

0 comments on commit 71afe73

Please sign in to comment.