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

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


    from b810b497 Merge branch 'unstable' into aleksraiden-patch-1
     add fa3290c4 chore: Enable -Werror=unused-parameter flag (#2507)
     add 6e7476fb ci: add Debian environment to CI workflow (#2510)
     add 6c850044 feat(config): add `txn_context_enabled` to allow to enable 
the transaction feature (#2506)
     add a40993f7 Merge branch 'unstable' into aleksraiden-patch-1

No new revisions were added by this update.

Summary of changes:
 .github/workflows/kvrocks.yaml            | 20 +++++++-
 CMakeLists.txt                            |  1 +
 kvrocks.conf                              | 14 ++++++
 src/cli/main.cc                           |  2 +-
 src/cli/signal_util.h                     |  2 +-
 src/cluster/cluster.cc                    |  2 +-
 src/cluster/replication.h                 |  8 ++--
 src/cluster/sync_migrate_context.cc       |  2 +-
 src/commands/cmd_cluster.cc               |  6 +--
 src/commands/cmd_function.cc              |  2 +-
 src/commands/cmd_geo.cc                   |  4 +-
 src/commands/cmd_json.cc                  |  4 +-
 src/commands/cmd_list.cc                  |  2 +-
 src/commands/cmd_pubsub.cc                | 12 ++---
 src/commands/cmd_replication.cc           | 12 ++---
 src/commands/cmd_script.cc                |  4 +-
 src/commands/cmd_search.cc                |  2 +-
 src/commands/cmd_server.cc                | 30 ++++++------
 src/commands/cmd_stream.cc                | 18 ++++---
 src/commands/cmd_txn.cc                   |  2 +-
 src/commands/commander.h                  |  7 +--
 src/commands/scan_base.h                  |  2 +-
 src/common/io_util.cc                     | 13 +++---
 src/common/rdb_stream.h                   |  4 +-
 src/config/config.cc                      | 78 ++++++++++++++++---------------
 src/config/config.h                       |  3 ++
 src/config/config_type.h                  |  4 +-
 src/search/indexer.cc                     |  2 +-
 src/search/passes/cost_model.h            |  8 ++--
 src/server/redis_connection.cc            |  4 +-
 src/server/worker.cc                      |  8 ++--
 src/storage/batch_extractor.cc            |  5 +-
 src/storage/compact_filter.cc             | 13 +++---
 src/storage/compact_filter.h              | 19 ++++----
 src/storage/event_listener.cc             |  8 ++--
 src/storage/rdb.cc                        |  2 +-
 src/storage/rdb_ziplist.cc                | 12 ++---
 src/storage/scripting.cc                  |  2 +-
 src/storage/storage.cc                    | 11 +++--
 src/storage/storage.h                     |  7 ++-
 src/storage/table_properties_collector.cc |  2 +-
 src/types/redis_bitmap_string.cc          |  2 +-
 src/vendor/rand.cc                        |  5 --
 utils/kvrocks2redis/main.cc               |  2 +-
 44 files changed, 216 insertions(+), 156 deletions(-)

Reply via email to