• antirez's avatar
    fix sprintf and snprintf format string · 96628cc4
    antirez authored
    There are some cases of printing unsigned integer with %d conversion
    specificator and vice versa (signed integer with %u specificator).
    
    Patch by Sergey Polovko. Backported to Redis from Disque.
    96628cc4
redis-cli.c 81.1 KB