]> git.saurik.com Git - redis.git/commit
string to number API is now more strict not accepting spaces before or after the...
authorantirez <antirez@gmail.com>
Mon, 14 Nov 2011 14:34:44 +0000 (15:34 +0100)
committerantirez <antirez@gmail.com>
Mon, 14 Nov 2011 14:34:44 +0000 (15:34 +0100)
commitd93f9a8644821222fedbb32c522624bfa98b17df
tree7bb8602fd70704c6c724172ac8bff948d566c88c
parent5244d6e54ec08666f953124739a498d0537a2bf9
string to number API is now more strict not accepting spaces before or after the number. A few tests converted to match the new error messages using the word float instead of double.
src/object.c
src/t_zset.c
tests/unit/type/zset.tcl