Vladislav
Vladislav
will review in 30 mins
But please add a comment above pause why it works with blocking, even though it ignores them 😅
>```if (conn_state.subscribe_info) { // Clean-ups related to PUBSUB > if (!conn_state.subscribe_info->channels.empty()) { > server_cntx->UnsubscribeAll(false); > } > > if (conn_state.subscribe_info) { // always true > DCHECK(!conn_state.subscribe_info->patterns.empty()); > server_cntx->PUnsubscribeAll(false); > }...
Hi. Thanks for trying out our new features! We'll try to add this feature in the nearest feature, probably even in the next version. As you already pointed out, the...
I want to rebase it on #2455 because currently the code is hard to deal with
I removed ScheduleSingleHop 😈
Hi! Thanks for reporting this issue, we'll fix it soon The syntax is indeed a bit weird, but it is what it is... 🙂 The libraries don't work with qutoes
Hi! It's used in src/core/search/sort_index Please note that task is not that simple because it requires some trickery to make it more or less safe and container compatible 🙂 If...
Strange, in our current version rdb_snapshot->Close() is clearly called before the rename step. And rdb_snapshot->Close() seems to explicitly close the descriptor 🤔
#### Buffers structure Full sync: 1. Slice-snapshot records channel: max-size 128 entries, no byte limit) 2. RdbSerializer's own buffer: at most one bucket without flushing, flushing journal (max 4kb) Stable...