This is an automated email from the ASF dual-hosted git repository.
hulk pushed a change to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from 65db00a86 refactor(tdigest): refactor the `TDigest::Rank` `reverse`
flag into a compile-time argument (#3268)
add 381f88a79 feat: add redis-databases option to support SELECT command
(#3294)
No new revisions were added by this update.
Summary of changes:
kvrocks.conf | 10 +
src/commands/cmd_server.cc | 30 +-
src/config/config.cc | 7 +
src/config/config.h | 2 +
src/server/namespace.cc | 4 +
src/server/redis_connection.cc | 24 +-
tests/gocase/unit/select/select_test.go | 488 ++++++++++++++++++++++++++++++++
7 files changed, 560 insertions(+), 5 deletions(-)
create mode 100644 tests/gocase/unit/select/select_test.go