Roman Gershman
Roman Gershman
we should scan for inet_ntop calls in the codebase
Done @iko1
I am not familiar with this setting. If no DNS service is available, are you setting IPs directly?
I will check. (also curious how "localhost" is resolved in that case) On Thu, Mar 23, 2023 at 7:11 PM solracsf ***@***.***> wrote: > Main goal of PrivateNetwork=true is to...
Hi @chakaz this is the fix. the bug was in zset_family code. While searching for a root-cause, I compared our t_zset.c with redis 7.0 code, so I imported another bug...
I do not know zsl API as well :) I looked at Redis' corresponding code because if zsetConvert is the same for us and them, it means they probably handle...
#484 is related to this.
@adiholden we forgot to support authenticated master 🤦🤦🤦
@boomballa meanwhile try without a requirepass flag. We will fix it soon :)
Dragonfly is fully asynchronous and uses fibers, while a regular DNS call like `getaddrinfo` is synchronous and does not fit Dragonfly/helio architecture. c-ares exposes a flexible API that allows resolving...