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