Roy Jacobson
Roy Jacobson
The script works now, so this can be closed But I noticed `cxx_dr_status.html` says Clang 12 for DR2338, which was 'fixed' in https://reviews.llvm.org/D138835, perhaps accidentally. @shafik, could you maybe take...
Binding to a IPv6 address works now, still need to support IPv6 addresses in `REPLICAOF`.
Note: We'll need a distinction between #executed and #read, because entries can be executed out of order. Partial sync needs to be based on #read, while lag and consistency is...
Ahhhhhh Ok now I understand what this is supposed to do and I don't like it :laughing: Usually the trusted CA certificates are just supplied by the operating system. [This](https://www.happyassassin.net/posts/2015/01/12/a-note-about-ssltls-trusted-certificate-stores-and-platforms/)...
General comment about this: Whether we want TLS is a question of what network interface we listen on and its security. If the network doesn't need TLS then we don't...
> @royjacobson > > > General comment about this: Whether we want TLS is a question of what network interface we listen on and its security. If the network doesn't...
Could you please post your CPU model and the result of `lscpu` on your system?
`march=native` is good for developers, but it's a bad option because that would mean the compilation depends on the CPU that compiles the binary. This causes mostly chaos when people...
We already collect stats about request execution time into `request_latency_usec` in `main_service.cc`, so it might be just a matter of exporting it.
Adding to what @kissingtiger said: Dragonfly exposes metrics data in the Prometheus format through the `dfly:6379/metrics` HTTP page. To add a new metric, you can look at the code of...