]> git.saurik.com Git - redis.git/commit
Result of INCRBYFLOAT and HINCRBYFLOAT should never be in exponential form, and also...
authorantirez <antirez@gmail.com>
Thu, 22 Mar 2012 17:14:32 +0000 (18:14 +0100)
committerantirez <antirez@gmail.com>
Thu, 22 Mar 2012 17:14:32 +0000 (18:14 +0100)
commit7b22c44ccd24e7b0b3033803e9117a7da27f2fd3
tree1189484adee49ac40be070f1ea750375ef9540b6
parent9aba884b348432a3ef802723a5f6692b353bbaa8
Result of INCRBYFLOAT and HINCRBYFLOAT should never be in exponential form, and also should never contain trailing zeroes. This is not possible with vanilla printf() format specifiers, so we alter the output.
src/object.c