This is an automated email from the ASF dual-hosted git repository.
hulk pushed a change to branch aleksraiden-godeps-update-20092025
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from 9ad88cb73 Fix
add d0a0d7124 fix(command): MONITOR command should redact sensitive tokens
(#3193)
add 90dfd2ae7 Merge branch 'unstable' into
aleksraiden-godeps-update-20092025
No new revisions were added by this update.
Summary of changes:
src/commands/cmd_function.cc | 4 +-
src/commands/cmd_script.cc | 12 ++-
src/commands/cmd_server.cc | 4 +-
src/commands/commander.h | 5 +
src/server/redis_connection.cc | 4 +-
src/server/server.cc | 36 +++++++-
src/server/server.h | 1 +
src/storage/scripting.cc | 4 +-
.../unit/introspection/introspection_test.go | 11 ---
tests/gocase/unit/monitor/monitor_test.go | 102 +++++++++++++++++++++
10 files changed, 160 insertions(+), 23 deletions(-)
create mode 100644 tests/gocase/unit/monitor/monitor_test.go