wayslog opened a new pull request, #3222: URL: https://github.com/apache/brpc/pull/3222
## Summary - add brpc RedisClusterChannel for native Redis Cluster slot-based routing - support MOVED/ASK redirection retry, topology refresh from CLUSTER SLOTS with CLUSTER NODES fallback - support sync/async calls, pipeline, and common multi-key commands (MGET/MSET/DEL/EXISTS/UNLINK/EVAL/EVALSHA) - add a new Redis Cluster example client under example/redis_c++/redis_cluster_client.cpp - update Redis client docs in both English and Chinese ## Tests - bazel test //test:brpc_redis_cluster_test --test_output=errors -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
