Roman Gershman
Roman Gershman
@Lakshyadevelops the SSL context is initialized inside CreateSslServerCntx (dragonfly_listener.cc) but I do not know how to fetch the certificate details from it - some learnings are required to complete the...
I would also like to understand what does not work in https://www.dragonflydb.io/docs/managing-dragonfly/using-tls and fix it. Can you please provide exact sequence of how you create certificates and how you run...
actually this doc is not very good for local development. so yeah, better use locally generated certificates. This worked for me: ``` openssl req -x509 -newkey rsa:4096 -days 10 -nodes...
DF responds with `Unknown clause: SUM` and `Unknown clause: REDUCE`
My working assumption is that we do not track/clean up redis parser memory. I see lots of memory allocations coming from there. maybe even we have a bug that causes...
It seems that we track redis parser correctly. I am attaching more allocation logs but now it seems more and more like a leak. [alloc_log.txt.gz](https://github.com/user-attachments/files/16321513/alloc_log.txt.gz)
Can you please run `redis-cli debug exec | wc -l` ?
has been fixed in 1.24.
I thought about this more. Master is the more fragile piece compared to slave or an instance loading the snapshot. That means we want to move the complexity to Load...
@frivoire a friendly ping :)