27610 Commits

Author SHA1 Message Date
antirez
c1c9d551da Fix for bug 561 and other related problems 2011-06-20 17:19:36 +02:00
antirez
b0ab1f8c76 useless call removed, thanks to Pieter for spotting this 2011-06-20 16:42:37 +02:00
antirez
634bae94fb useless call removed, thanks to Pieter for spotting this 2011-06-20 16:42:37 +02:00
Pieter Noordhuis
f8dc0b8195 SETNX regression tests. 2011-06-20 16:42:29 +02:00
Pieter Noordhuis
b0d1d2684d SETNX regression tests. 2011-06-20 16:42:29 +02:00
antirez
0b00199553 DB API refactoring. The changes were designed together with Pieter Noordhuis. 2011-06-20 16:42:16 +02:00
antirez
f85cd526c1 DB API refactoring. The changes were designed together with Pieter Noordhuis. 2011-06-20 16:42:16 +02:00
antirez
41c7059eea Makefile deps updated 2011-06-20 11:58:54 +02:00
antirez
3e2a0bf44a Makefile deps updated 2011-06-20 11:58:54 +02:00
antirez
a1a9431bab It is now possible to build with: make 32bit USE_JEMALLOC=yes 2011-06-20 11:54:57 +02:00
antirez
e93d36a638 It is now possible to build with: make 32bit USE_JEMALLOC=yes 2011-06-20 11:54:57 +02:00
antirez
f1912d5f09 Added -ldl when linking against jemalloc, needed on Linux 2011-06-20 11:54:35 +02:00
antirez
7d9ba15669 Added -ldl when linking against jemalloc, needed on Linux 2011-06-20 11:54:35 +02:00
antirez
2f4850b0c2 Fixed INFO implementation to use the new allocator name define 2011-06-20 11:54:08 +02:00
antirez
fec5a664f8 Fixed INFO implementation to use the new allocator name define 2011-06-20 11:54:08 +02:00
antirez
6d5108627a Makefile modified to build with jemalloc 2011-06-20 11:52:15 +02:00
antirez
9e62dc17da Makefile modified to build with jemalloc 2011-06-20 11:52:15 +02:00
Pieter Noordhuis
dc2a073a65 Ignore jemalloc build artifacts 2011-06-20 11:38:25 +02:00
Pieter Noordhuis
b4a79b9ffc Ignore jemalloc build artifacts 2011-06-20 11:38:25 +02:00
antirez
c1162bbbe7 ZMALLOC related stuff removed from config.h. They are now defined in zmalloc.h 2011-06-20 11:35:29 +02:00
antirez
16cd4acdee ZMALLOC related stuff removed from config.h. They are now defined in zmalloc.h 2011-06-20 11:35:29 +02:00
antirez
00b6545b4f forward-ported changes in zmalloc.c/h to support jemalloc build 2011-06-20 11:34:04 +02:00
antirez
29d04257b0 forward-ported changes in zmalloc.c/h to support jemalloc build 2011-06-20 11:34:04 +02:00
antirez
f675ff36b4 jemalloc source added 2011-06-20 11:30:06 +02:00
antirez
a78e148b7d jemalloc source added 2011-06-20 11:30:06 +02:00
antirez
c91c904e1c new INFO filed master_link_down_since_seconds 2011-06-17 16:16:46 +02:00
antirez
07486df6fe new INFO filed master_link_down_since_seconds 2011-06-17 16:16:46 +02:00
antirez
d537a7b296 Use a safe iterator while saving the DB, since the getExpire() function will access the iterating dictionary. 2011-06-17 15:41:22 +02:00
antirez
591f29e0f5 Use a safe iterator while saving the DB, since the getExpire() function will access the iterating dictionary. 2011-06-17 15:41:22 +02:00
Pierre Chapuis
be6ced005d Untrack and ignore Lua binary files (2) 2011-06-14 18:08:45 +02:00
Pierre Chapuis
45ec3243f8 Untrack and ignore Lua binary files (2) 2011-06-14 18:08:45 +02:00
Pierre Chapuis
754b2c412a Untrack and ignore Lua binary files 2011-06-14 18:08:36 +02:00
Pierre Chapuis
6d0014cf58 Untrack and ignore Lua binary files 2011-06-14 18:08:36 +02:00
antirez
11f9b77981 Updated to unstable 2011-06-14 18:06:39 +02:00
antirez
0d1650f8a9 Updated to unstable 2011-06-14 18:06:39 +02:00
antirez
27e9f83f0d Fixed init script bug, thanks to Henrik Westphal 2011-06-14 17:11:44 +02:00
antirez
55937b7972 Fixed init script bug, thanks to Henrik Westphal 2011-06-14 17:11:44 +02:00
antirez
42de1ee59d Better init script 2011-06-14 13:49:15 +02:00
antirez
b0d68504e9 Better init script 2011-06-14 13:49:15 +02:00
Salvatore Sanfilippo
d8a220fc68 Merge pull request #58 from hampus/fix-autorewrite
Fix automatic rewrite starting too early
2011-06-14 01:26:42 -07:00
Salvatore Sanfilippo
4abd096f51 Merge pull request #58 from hampus/fix-autorewrite
Fix automatic rewrite starting too early
2011-06-14 01:26:42 -07:00
Hampus Wessman
042711c743 Fix automatic rewrite starting too early.
Slight adjustment in growth calculation.
2011-06-12 07:27:01 +02:00
Hampus Wessman
0b17517c7c Fix automatic rewrite starting too early.
Slight adjustment in growth calculation.
2011-06-12 07:27:01 +02:00
antirez
ddbe7929fc different message on BGREWRITEAOF when it is just scheduled and not started. 2011-06-10 18:35:16 +02:00
antirez
9e40bce3fa different message on BGREWRITEAOF when it is just scheduled and not started. 2011-06-10 18:35:16 +02:00
antirez
2d138989e3 minor code aesthetic change 2011-06-10 18:13:57 +02:00
antirez
2c6cc5e502 minor code aesthetic change 2011-06-10 18:13:57 +02:00
antirez
701db8f1bc Make sure an automatic rewrite only gets triggered when no other child is in execution. 2011-06-10 15:15:29 +02:00
antirez
19b46c9a09 Make sure an automatic rewrite only gets triggered when no other child is in execution. 2011-06-10 15:15:29 +02:00
antirez
a41489be1c CONFIG SET/GET support for new automatic AOF rewrite parameters 2011-06-10 15:14:10 +02:00