mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
Implement MATCH and TYPE options for the SCAN command
This commit is contained in:
parent
b9c1288c67
commit
37f09f315e
13 changed files with 119 additions and 85 deletions
|
@ -42,7 +42,7 @@ struct Transaction::FindFirstProcessor {
|
|||
// Holds Find results: (iterator to a found key, and its index in the passed arguments).
|
||||
// See DbSlice::FindFirst for more details.
|
||||
// spans all the shards for now.
|
||||
std::vector<OpResult<std::pair<MainIterator, unsigned>>> find_res_;
|
||||
std::vector<OpResult<std::pair<PrimeIterator, unsigned>>> find_res_;
|
||||
TxId notify_txid_;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue