]> git.saurik.com Git - redis.git/commit
dont take the fast path for INCR if the resulting integer will fit into a shared...
authorantirez <antirez@gmail.com>
Fri, 10 Dec 2010 16:23:38 +0000 (17:23 +0100)
committerantirez <antirez@gmail.com>
Fri, 10 Dec 2010 16:23:38 +0000 (17:23 +0100)
commita15742a41b30b742d58f4ed260a4a36f02bdd9ac
tree9904117f3c95ec195deb7c6b7e7572b671353ed2
parentb215a496a4fcab6b198ce4344b4c1b94c5b1eb12
dont take the fast path for INCR if the resulting integer will fit into a shared integer range
src/t_string.c