Lua script async calls (#1070)

Introduces squashing for scripts and a new `redis.acall` command for async commands
This commit is contained in:
Vladislav 2023-04-12 23:37:25 +03:00 committed by GitHub
parent 282c168d34
commit 70cf436c05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 127 additions and 29 deletions

View file

@ -258,7 +258,7 @@ void Transaction::InitByKeys(KeyIndex key_index) {
shard_data_.front().local_mask |= ACTIVE;
unique_shard_cnt_ = 1;
unique_shard_id_ = Shard(args_.front(), shard_set->size());
unique_shard_id_ = Shard(args_.front(), shard_set->size()); // TODO: Squashed bug
return;
}