Roshan Khatri
Roshan Khatri
Documentation: https://valkey.io/topics/cli/#csv-output > Note that the --csv flag will only work on a single command, not the entirety of a DB as an export. Seems like it works on `LRANGE`...
I think these are in the array format where --csv just converts the array into csv format where it is not aware of the structure of the array. I think...
This commit would break alpine build for valkey as Alpine Linux uses `musl-libc` instead of GLIBC, and musl-libc does not implement the IFUNC mechanism. just saw the failure in a...
Yes we do compile containers with fast float by default.
At a high level, it does seem like a nice idea! However for, 1. `CLUSTERMSG_TYPE_FAILOVER_AUTH_REQUEST` we do require `currentEpoch`, `configEpoch` and `myslots`. 2. 'CLUSTERMSG_TYPE_FAILOVER_AUTH_REQUEST' would require `mflags` This means we...
> A TCP packet has 20 bytes overhead and an IPv4 header is another 20 bytes overhead. Then, Ethernet has somewhere around 128 bytes overhead I believe (source and target...
+1 to these features, adding multiple db support would make it possible to migrate from standalone to cluster mode, I also like the idea of having db as namespaces along...
Can you also add screen shots of the workflow runs as an example in the top comment??
most recent: https://github.com/valkey-io/valkey/actions/runs/14805407197/job/41572746840#step:8:6290
This seams like a containerized test issue. I was seeing the same errors while running all the test on local. Ran the test in a loop like this ``` ./runtest...