Twice
Twice
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation Refer to https://github.com/redis/redis/pull/13172, Redis has supported this feature. ### Solution TBD...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation See https://gcc.gnu.org/onlinedocs/gcc-3.2/gcc/Warning-Options.html. ### Solution _No response_ ### Are you willing to...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation spdlog (https://github.com/gabime/spdlog) is a modern logging library based on fmt library...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation We should update the data structure documentation of STREAM to include...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation For any command in kvrocks, if there is no corresponding command...
You can try Travis CI. But maybe a better choice is Actions now.
TBH these CI scripts are hard to maintain (especially considering the difference between bash and zsh, and the difficulty to execute them on windows), we need a more structure language...
## Is your feature request related to a problem? Please describe. Currently we only have raw `Writer`s in C++ fury implementation, it's not supposed to be directly used by users...
We need to run unit test with address sanitizer and/or ub sanitizer enabled to discover memory bugs.
Following the comment below, I add a new function called `get_ascii_tab_or_newline_removed` to build the string directly instead of copying and then pruning tabs or newlines. https://github.com/ada-url/ada/blob/d8f77a1d7c7928fa67ddca8ff6116bf3758f083f/src/url.cpp#L500-L502 Note: - Due to...