This is an automated email from the ASF dual-hosted git repository.
aleksraiden pushed a change to branch aleksraiden-patch-2
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from ca80fb99b Merge branch 'unstable' into aleksraiden-patch-2
add 2dc7e9ea6 feat(ts): add the support of TS.ALTER command (#3264)
add a7c51db98 fix(info): the slave lag in INFO command might be overflowed
(#3271)
add 1288d3e66 Merge branch 'unstable' into aleksraiden-patch-2
No new revisions were added by this update.
Summary of changes:
src/commands/cmd_timeseries.cc | 48 +++++++++++++-
src/server/server.cc | 9 +--
src/types/redis_timeseries.cc | 62 ++++++++++++++++++
src/types/redis_timeseries.h | 9 +++
tests/cppunit/types/timeseries_test.cc | 76 ++++++++++++++++++++++
.../gocase/unit/type/timeseries/timeseries_test.go | 10 +++
6 files changed, 209 insertions(+), 5 deletions(-)