• Nan Xiao's avatar
    Fix redisvFormatCommand format parsing · b6a86079
    Nan Xiao authored
    Flags can occur in any order in format string, so we can't assume any order.
    
    In original code, the redisvFormatCommand can process " %#+d" correctly,
    but can't process "%+#d".
    
    Closes #257
    b6a86079
hiredis.c 39 KB