This is an automated email from the ASF dual-hosted git repository.
colinchamber pushed a change to branch 2.5
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
omit dd1063a8 [source-release] prepare release apache-kvrocks-2.5.0
add ed0f985f Automatically download the golangci-lint if not exists (#1491)
add 5bda1f67 Fix stdin usage text in PrintUsage (#1537)
add fbdc8adb Fix the inconsistent response behavior with Redis in memory
usage command (#1539)
add 49993a1b Fix compile error after upgrading the rocksdb (#1542)
add 74f710f6 Fix ZMPOP/BZMPOP duplicate parameters (#1543)
add 9a9d2180 docs: show CI badge for unstable branch exactly (#1547)
add 7e23c0be Fix GETEX not checking wrong type error causing key
overwriting (#1546)
add 80913bc7 LSET return no suck key instread of NotFound when key not
exist (#1557)
add be8b9045 Disable `-static-libgcc` on MacOS building (#1555)
add d39e198f Fix ZUNION hang in syntax error (#1559)
add aa32c465 Avoid printing the invalid configuration key when loading
namespaces (#1558)
add 75388101 Fix plain GETEX wrongly removing expiration time (#1548)
add bf49e4fb Fix SCRIPT misleading error message (#1561)
new 1e199d22 [source-release] prepare release apache-kvrocks-2.5.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (dd1063a8)
\
N -- N -- N refs/heads/2.5 (1e199d22)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeLists.txt | 4 ++-
README.md | 4 +--
cmake/rocksdb.cmake | 4 +++
src/commands/cmd_list.cc | 6 +++-
src/commands/cmd_script.cc | 2 +-
src/commands/cmd_server.cc | 9 +++++-
src/commands/cmd_string.cc | 2 +-
src/commands/cmd_zset.cc | 20 +++++++-----
src/config/config.cc | 1 +
src/main.cc | 2 +-
src/types/redis_string.cc | 11 +++++--
src/types/redis_string.h | 2 +-
tests/gocase/unit/disk/disk_test.go | 7 ++--
tests/gocase/unit/type/list/list_test.go | 2 +-
tests/gocase/unit/type/strings/strings_test.go | 13 ++++++++
tests/gocase/unit/type/zset/zset_test.go | 33 +++++++++++++++++++
x.py | 45 ++++++++++++++++++++------
17 files changed, 134 insertions(+), 33 deletions(-)