"vscode:/vscode.git/clone" did not exist on "73c2bcca85db6e8d65bde43a78c1d380f51043d5"
redis-cli: don't use uint64_t where actually not needed.
The computation is just something to take the CPU busy, no need to use a specific type. Since stdint.h was not included this prevented compilation on certain systems.
Please register or sign in to comment