Bohdan Karvatskyi
Bohdan Karvatskyi
Hi @VivekSainiEQ Sure, here is a config file. Btw, it seems like the issue happens only when server-threads > 1. ``` # Note that in order to read the configuration...
Nope, the error happens with 1 thread as well. Here is another output ( I got this with server-threads = 1 ): ``` === KEYDB BUG REPORT START: Cut &...
Where can I find it ? @VivekSainiEQ Is it different from this config file ? https://github.com/Snapchat/KeyDB/issues/425#issuecomment-1127797721
I've got dump.rdb from Redis v6.2.6 ``` $ redis-server --version Redis server v=6.2.6 sha=00000000:0 malloc=jemalloc-5.1.0 bits=64 build=9c9e426e2f96cc51 ```
@brozeph Hey. I'm experiencing the same issue now. When trying to use authentication from MacOS - I receive empty buffer in the app (instead of username+password). Did you find any...