• B
    Fix issue #247 : Accepting non-integer parameters when shouldn't · 706b32e0
    BigCat 提交于
    Using `getLongFromObjectOrReply` instead of `atoi` if possible.
    The following functions are modified.
    
    * lrangeCommand
    * ltrimCommand
    * lremCommand
    * lindexCommand
    * lsetCommand
    * zunionInterGenericCommand
    * genericZrangebyscoreCommand
    * sortCommand
    706b32e0
t_zset.c 67.6 KB