This is an automated email from the ASF dual-hosted git repository.
huixxi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
from 6a129153 Merge pull request #3235 from altman08/master
add 11a71050 feat(redis): add native Redis Cluster channel, tests and docs
add dbca72f9 chore(ci): trigger github actions rerun for PR #3222
add 36b1e66a fix(redis): do not cache ASK redirection in slot table
add 7363d31e perf(redis): protect slot cache with DoublyBufferedData
new 0ec948ba Merge pull request #3222 from
wayslog/feat/redis-cluster-channel
The 1 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:
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(-)
create mode 100644 example/redis_c++/redis_cluster_client.cpp
create mode 100644 src/brpc/redis_cluster.cpp
create mode 100644 src/brpc/redis_cluster.h
create mode 100644 test/brpc_redis_cluster_unittest.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]