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

hulk pushed a change to branch 2.5
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


    from 1e199d22 [source-release] prepare release apache-kvrocks-2.5.0
     new 52ab792e Fix EVAL crashing server when numkeys is -1 (#1568)
     new f59c6051 Fix SCRIPT EXISTS arity (#1567)
     new f4c85b54 Fix EXEC / DISCARD without MULTI wrongly reset watch (#1562)
     new 9ac2eba1 Fix GEOHASH / GEOPOS should return nil array instead of error 
for non-existing key (#1573)
     new 367a0eed Fix DECRBY LLONG_MIN caused an overflow (#1581)
     new d8da86cb ZUNION arity should be -3 instread of -4 (#1589)
     new a27edb23 Fix version typo in variable name (#1591)
     new 57144e6d Fix ZRANGESTORE arity -4 that crashes the server (#1593)
     new dd536582 Fix config set compression type didn't take effect (#1576)
     new a3ac4f5f Return an error when Stream::Range fails and remove some 
debug server logs (#1556)
     new 66088c05 Fix INFO used_memory_rss_human field name (#1595)
     new 3fe7b827 Fix  Docker image may crash if running on the AMD platform 
(#1602)
     new 5e8c2923 Fix ZREMRANGEBYSCORE arity, should be 4 instead of -4 (#1604)
     new 4ac8f7bf Fix ZRANGESTORE not overwrite the dst key (#1609)
     new 4fc29508 build: Fix make warning on GCC (#1605)
     new e7b0761c Fix data race when updating the slots_info string (#1615)
     new 83eeef41 [source-release] prepare release apache-kvrocks-2.5.1

The 17 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                                |  6 +++
 Dockerfile                                    |  2 +-
 cmake/jemalloc.cmake                          |  2 +-
 cmake/lua.cmake                               |  2 +-
 cmake/luajit.cmake                            |  2 +-
 cmake/lz4.cmake                               |  2 +-
 cmake/zstd.cmake                              |  2 +-
 src/VERSION.txt                               |  2 +-
 src/cluster/cluster.cc                        | 37 +++++++------
 src/cluster/cluster.h                         |  3 +-
 src/cluster/replication.cc                    |  2 +-
 src/commands/cmd_geo.cc                       | 15 +++++-
 src/commands/cmd_list.cc                      |  2 -
 src/commands/cmd_script.cc                    |  4 +-
 src/commands/cmd_stream.cc                    |  7 ++-
 src/commands/cmd_string.cc                    |  6 +++
 src/commands/cmd_txn.cc                       |  7 ++-
 src/commands/cmd_zset.cc                      | 10 ++--
 src/config/config.cc                          | 76 ++++++++++++++++-----------
 src/config/config_type.h                      | 32 ++++++-----
 src/server/server.cc                          |  2 +-
 src/storage/event_listener.cc                 | 20 ++-----
 src/storage/storage.h                         | 14 +++++
 src/types/redis_zset.cc                       | 12 ++---
 tests/gocase/unit/config/config_test.go       | 21 ++++++++
 tests/gocase/unit/geo/geo_test.go             | 10 ++++
 tests/gocase/unit/multi/multi_test.go         | 32 +++++++++++
 tests/gocase/unit/scripting/scripting_test.go |  4 ++
 tests/gocase/unit/type/incr/incr_test.go      |  5 ++
 tests/gocase/unit/type/zset/zset_test.go      | 38 +++++++++++++-
 x.py                                          |  7 ++-
 31 files changed, 272 insertions(+), 114 deletions(-)

Reply via email to