Roman Gershman
Roman Gershman
I do not know if performance is important here, let's remove idempotent. Roman Gershman CTO --- *www.dragonflydb.io * On Thu, Dec 11, 2025, 8:57 PM Vladislav ***@***.***> wrote: > ***@***.****...
Ok, ok. Search is called thousands of times, ft.info not. But whatever works for you Roman Gershman CTO --- *www.dragonflydb.io * On Thu, Dec 11, 2025, 9:13 PM Vladislav ***@***.***>...
Is not it a deprecated feature? Why do we need it? Roman Gershman CTO --- *www.dragonflydb.io * On Fri, Oct 24, 2025, 4:57 PM Volodymyr Yavdoshenko < ***@***.***> wrote: >...
why do you think it's useful? Please note that most Search users are coming from Redis workloads and they mostly use cluster mode, so they do not use multiple databases.
Can you paste here the link to the discord message then?
Also, what's up with ` if (cmd_cntx->cid->name() == "REPLCONF" && absl::EqualsIgnoreCase(ArgS(tail_args, 0), "ACK")) {` inside InvokeCmd? Why do we need it and why there?
yeah, what was the bug. @kostasrim probably knows.
> without I do not understand what you wrote. Why can not we verify while enquing into multi? what additional information do we have during exec?
@azuredream hey, in case you are still looking for an interesting task to work on :)
yes, `CompactObj::MallocUsed()` gives you the `allocated_size` and `CompactObject::Size()` provides you with the actual string length (less or equal than MallocUsed()), so SdsAvail equivalent would be `MallocUsed() - Size()`