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

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


    from 91ca31c4 release: prepare source release apache-kvrocks-2.10.0
     new 8b2b89f0 fix(stream): change XREADGROUP response for empty read 
response (#2569)
     new b37ed65f fix(stream): Fix XPENDING serialization issue (#2566)
     new a811a1d3 fix(stream): fix `XINFO` group metadata key overlapping 
(#2576)
     new bda5ad96 fix: some rocksdb properties are counted multiple times 
(#2589)
     new faa593cb fix: should remove the db lock from the context to prevent 
blocking user requests (#2597)
     new 27641f88 fix(json): JSON.MSET handles different paths for the same key 
incorrectly (#2579)

The 6 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:
 src/commands/cmd_stream.cc                   |  44 ++++++--
 src/server/server.cc                         |   8 +-
 src/storage/batch_indexer.h                  |   3 +-
 src/storage/storage.cc                       |  27 +++--
 src/storage/storage.h                        |  50 ++++-----
 src/types/redis_json.cc                      |  37 +++++--
 src/types/redis_stream.cc                    |  11 +-
 tests/gocase/unit/type/json/json_test.go     |   8 +-
 tests/gocase/unit/type/stream/stream_test.go | 147 ++++++++++++++++++++++++++-
 9 files changed, 268 insertions(+), 67 deletions(-)

Reply via email to