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

aleksraiden pushed a change to branch aleksraiden-patch-golang-lint-2.0
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


    from 81022c228 fix
     add b81434f38 feat(replication): implement WAIT without timeout support 
(#3047)
     add bb607291c chore(common): refactor parse utils via std::from_chars 
(#3052)
     add 5468d8c0e Merge branch 'unstable' into 
aleksraiden-patch-golang-lint-2.0

No new revisions were added by this update.

Summary of changes:
 src/cluster/replication.cc                     |   4 +
 src/commands/cmd_replication.cc                |  46 ++++++++-
 src/common/parse_util.cc                       |   9 +-
 src/common/parse_util.h                        | 100 ++++----------------
 src/server/server.cc                           |  58 ++++++++++++
 src/server/server.h                            |  21 +++++
 src/server/worker.cc                           |   1 +
 tests/cppunit/parse_util.cc                    |   4 +-
 tests/gocase/unit/type/hash/hash_test.go       |   2 +-
 tests/gocase/unit/type/strings/strings_test.go |   2 +-
 tests/gocase/unit/wait/wait_test.go            | 124 +++++++++++++++++++++++++
 11 files changed, 279 insertions(+), 92 deletions(-)
 create mode 100644 tests/gocase/unit/wait/wait_test.go

Reply via email to