mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
feat(json): MSET (#3167)
Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
This commit is contained in:
parent
a80063189e
commit
c08719117c
7 changed files with 127 additions and 76 deletions
|
@ -312,7 +312,7 @@ void Transaction::InitByKeys(const KeyIndex& key_index) {
|
|||
}
|
||||
|
||||
shard_data_.resize(shard_set->size()); // shard_data isn't sparse, so we must allocate for all :(
|
||||
DCHECK_EQ(full_args_.size() % key_index.step, 0u);
|
||||
DCHECK_EQ(full_args_.size() % key_index.step, 0u) << full_args_;
|
||||
|
||||
// Safe, because flow below is not preemptive.
|
||||
auto& shard_index = tmp_space.GetShardIndex(shard_data_.size());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue