Kostas Kyrimis
Kostas Kyrimis
[master < Epic] PR - [ ] Check, and update documentation if necessary - [ ] Update [changelog](https://docs.memgraph.com/memgraph/changelog) - [ ] Write E2E tests - [ ] Compare the [benchmarking...
### Motivation I compiled a C library to wasm which contains the following import (in the .wat file) `(import "wasi-snapshot-preview1" "proc_exit" (func (;0;) (type 4)))` However, when I later use...
[master < Epic] PR - [ ] Check, and update documentation if necessary - [ ] Update [changelog](https://docs.memgraph.com/memgraph/changelog) - [ ] Write E2E tests - [ ] Compare the [benchmarking...
Addresses #1419 and form the basis for #1418. 1. Allows non-tls replica to connect to tls enabled master via non tls connection. (This should be used when both master and...
**Describe the bug** The command `ZUNION 0 key` causes dragonfly to crash (but works on release). **To Reproduce** 1. Build dragonfly with in debug mode 2. Start dragonflydb 3. Connect...
This PR fixes a small issue with slashes when printing log directories at startup. Specifically, the following demonstrates the issue: ``` ./dragonfly --log_dir=/tmp/something output: /tmp/somethingdragonfly.* ```
1. add tls-ca-cert-file flag to allow loading of the CA cert file 2. allows redis-cli to connect over tls without --insecure flag #1418 (addresses item 3 in the list)
fixes: #2628 * enable usan asan for our unit tests on the CI build * make usan and asan flags optional
An example of that is #2629 which we should have returned `-LOADING` instead of `-ERR`. Find out the rest and fix them. See also: https://github.com/dragonflydb/dragonfly/issues/2617