Rohan Verma
Rohan Verma
While building on Fedora with GCC 12.2, the CMake throws the following error in ```src/base/sequence_checker.cc``` & ```src/base/synchronization/auto_signaller.cc``` ``` /libbase/src/base/sequence_checker.cc: In constructor ‘base::SequenceChecker::SequenceChecker(base::SequenceChecker&&)’: /libbase/src/base/sequence_checker.cc:14:23: error: ‘exchange’ is not a member of...
On arm64 platform the fork() is not available hence we use clone() system call to implement a copy-on-write. This has been tested on arm64 Linux. On m1(aarch64/arm64), this may work...
Due to misconfigured file permissions for the AOF file, the command BGREWRITEAOF only works once and successive BGREWRITEAOF fails with an error message on the server console. This commit fixes...
**Is your feature request related to a problem? Please describe.** Atomics and Mutexes are common solutions for locking. Behind the scenes, they are tuned for exclusive access and not for...
**Describe the bug** RESP handler often breaks, need to fix it. **To Reproduce** Steps to reproduce the behavior: DO THIS- ```bash (printf '+PING\r\n+PING\r\n';) | nc localhost 7379 (printf '+PING\r\n+PING\r\n';) |...
**Is your feature request related to a problem? Please describe.** Since DiceDB is not TELNET compatible, in order to send the command, one has to serialize the commands as per...