]> 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:17:05 +0000 (18:17 +0100)
commit1f6146df0ce28667b90432ebf725d4a2b4fb0af7
treed46b55589feca1a730e4d5bb9328d6cc3dae1d39
parentba864e09d4e24c405ab44ac273381bfdbafff3fd
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