This is an automated email from the ASF dual-hosted git repository.

jamesge pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git.


    from 87f149c  fix a narrowing warning on aarch64
     new 36ebd73  fix redis args
     new 1b8d3be  support len=0 in redis args
     new 9e000a2  test redis \0
     new 21b1ece  remove 'flush_batched'
     new 48e0402  fix ParseRedisMessage: 'use after free'
     new a8f2772  find commandhandler by string_piece
     new 0d543fe  rename commands to args
     new 942f0dd  revert 'fix ParseRedisMessage'
     new 8c5de00  use string in unordered_map
     new ee1ed72  use string in AddCommandHandler
     new 83635bf  Merge pull request #1128 from 
liumh8/liuminghang/fix_redis_args

The 2076 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 example/redis_c++/redis_server.cpp | 18 ++++----
 src/brpc/policy/redis_protocol.cpp | 24 +++++-----
 src/brpc/redis.cpp                 |  5 +-
 src/brpc/redis.h                   |  5 +-
 src/brpc/redis_command.cpp         | 16 +++----
 src/brpc/redis_command.h           |  8 ++--
 test/brpc_redis_unittest.cpp       | 95 ++++++++++++++++++++++++--------------
 7 files changed, 99 insertions(+), 72 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to