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

huixxi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git

commit 0ec948ba1ad43a857c5885f5c01e1e76d7e2196b
Merge: 6a129153 7363d31e
Author: HU <[email protected]>
AuthorDate: Sun Mar 8 22:32:25 2026 +0800

    Merge pull request #3222 from wayslog/feat/redis-cluster-channel
    
    feat(redis): add native Redis Cluster channel support

 docs/cn/redis_client.md                    |   51 +
 docs/en/redis_client.md                    |   51 +
 example/redis_c++/CMakeLists.txt           |    2 +
 example/redis_c++/Makefile                 |   15 +-
 example/redis_c++/redis_cluster_client.cpp |  119 +++
 src/brpc/redis_cluster.cpp                 | 1219 +++++++++++++++++++++
 src/brpc/redis_cluster.h                   |  184 ++++
 test/BUILD.bazel                           |   15 +
 test/brpc_redis_cluster_unittest.cpp       | 1592 ++++++++++++++++++++++++++++
 9 files changed, 3246 insertions(+), 2 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to