]> git.saurik.com Git - redis.git/log
redis.git
13 years agoSpelling fixes.
Bruce Mitchener [Tue, 26 Jul 2011 03:18:36 +0000 (10:18 +0700)] 
Spelling fixes.

13 years agoClose the listening sockets. Apparently this allows faster restarts.
antirez [Fri, 22 Jul 2011 10:11:40 +0000 (12:11 +0200)] 
Close the listening sockets. Apparently this allows faster restarts.

13 years agoprepareForShutdown() fixed for correctness regarding what to do with AOF and RDB...
antirez [Fri, 22 Jul 2011 09:52:21 +0000 (11:52 +0200)] 
prepareForShutdown() fixed for correctness regarding what to do with AOF and RDB persistence on exit.

13 years agomake a scripting test more valgrind friendly
antirez [Fri, 15 Jul 2011 16:28:24 +0000 (18:28 +0200)] 
make a scripting test more valgrind friendly

13 years agotest that EVALSHA is replicated as EVAL
antirez [Fri, 15 Jul 2011 15:41:40 +0000 (17:41 +0200)] 
test that EVALSHA is replicated as EVAL

13 years agoAdded a 'runtest' script that is responsible to check if Tcl is available and run...
antirez [Fri, 15 Jul 2011 15:20:57 +0000 (17:20 +0200)] 
Added a 'runtest' script that is responsible to check if Tcl is available and run the test. This is invoked from Makefile as well.

13 years agotop level Makefile now just a proxy. Doing make clean inside src now does a full...
antirez [Wed, 13 Jul 2011 17:15:22 +0000 (19:15 +0200)] 
top level Makefile now just a proxy. Doing make clean inside src now does a full clean including deps, not just Redis source. Thanks to Pieter for the top level Makefile proxy trick.

13 years agoMerge branch 'unstable' of github.com:antirez/redis into unstable
antirez [Wed, 13 Jul 2011 13:38:33 +0000 (15:38 +0200)] 
Merge branch 'unstable' of github.com:antirez/redis into unstable

13 years agoReplicate EVALSHA as EVAL taking a dictionary of sha1 -> script source code.
antirez [Wed, 13 Jul 2011 13:38:03 +0000 (15:38 +0200)] 
Replicate EVALSHA as EVAL taking a dictionary of sha1 -> script source code.

13 years agoscripting.txt file removed, content merged into the TODO file
antirez [Wed, 13 Jul 2011 10:04:02 +0000 (12:04 +0200)] 
scripting.txt file removed, content merged into the TODO file

13 years agoMerge pull request #69 from AquaGeek/patch-1
Salvatore Sanfilippo [Wed, 13 Jul 2011 10:00:28 +0000 (03:00 -0700)] 
Merge pull request #69 from AquaGeek/patch-1

Minor spelling fixes

13 years agoMinor spelling fixes
Tyler Stromberg [Wed, 13 Jul 2011 01:50:18 +0000 (18:50 -0700)] 
Minor spelling fixes

13 years agowhen building redis-server use LINK and not CC as prefix in the output
antirez [Tue, 12 Jul 2011 10:58:32 +0000 (12:58 +0200)] 
when building redis-server use LINK and not CC as prefix in the output

13 years agoFix for a typo left after merging.
antirez [Tue, 12 Jul 2011 10:41:29 +0000 (12:41 +0200)] 
Fix for a typo left after merging.

13 years agomaster branch merged into scripting.
antirez [Tue, 12 Jul 2011 10:39:16 +0000 (12:39 +0200)] 
master branch merged into scripting.

13 years agosolved a slow positive in the slow log test when the test is executed slowly
antirez [Mon, 11 Jul 2011 14:04:18 +0000 (16:04 +0200)] 
solved a slow positive in the slow log test when the test is executed slowly

13 years agofixed another timing issue when running the test over valgrind or with very slow PCs
antirez [Mon, 11 Jul 2011 13:58:31 +0000 (15:58 +0200)] 
fixed another timing issue when running the test over valgrind or with very slow PCs

13 years agoMerge branch 'unstable' of github.com:antirez/redis into unstable
antirez [Mon, 11 Jul 2011 13:45:06 +0000 (15:45 +0200)] 
Merge branch 'unstable' of github.com:antirez/redis into unstable

13 years agofix a test timing issue when running the test over valgrind
antirez [Mon, 11 Jul 2011 13:44:38 +0000 (15:44 +0200)] 
fix a test timing issue when running the test over valgrind

13 years agomake test depends on redis-check-aof as well.
antirez [Mon, 11 Jul 2011 12:48:45 +0000 (14:48 +0200)] 
make test depends on redis-check-aof as well.

13 years agoremoved --file argument from test invocation inside Makefile
antirez [Mon, 11 Jul 2011 11:46:09 +0000 (13:46 +0200)] 
removed --file argument from test invocation inside Makefile

13 years agonew test engine valgrind support
antirez [Mon, 11 Jul 2011 11:41:06 +0000 (13:41 +0200)] 
new test engine valgrind support

13 years agocleanup after test
antirez [Mon, 11 Jul 2011 11:19:42 +0000 (13:19 +0200)] 
cleanup after test

13 years ago--help implemented
antirez [Mon, 11 Jul 2011 11:03:22 +0000 (13:03 +0200)] 
--help implemented

13 years agobetter recap of failed tests.
antirez [Mon, 11 Jul 2011 10:56:00 +0000 (12:56 +0200)] 
better recap of failed tests.

13 years agoinitial support for failed tests summary at end of the test.
antirez [Mon, 11 Jul 2011 10:44:55 +0000 (12:44 +0200)] 
initial support for failed tests summary at end of the test.

13 years agothe test runs less iterations of slow tests if no --accurate is given.
antirez [Mon, 11 Jul 2011 10:15:35 +0000 (12:15 +0200)] 
the test runs less iterations of slow tests if no --accurate is given.

13 years agoimplemented --single, --list-tests. --accurante and --help are now recognized but...
antirez [Mon, 11 Jul 2011 09:59:55 +0000 (11:59 +0200)] 
implemented --single, --list-tests. --accurante and --help are now recognized but not actually implemented.

13 years agolist test further split into smaller units
antirez [Mon, 11 Jul 2011 09:41:23 +0000 (11:41 +0200)] 
list test further split into smaller units

13 years agolist-2 added to the list of tests
antirez [Mon, 11 Jul 2011 09:32:19 +0000 (11:32 +0200)] 
list-2 added to the list of tests

13 years agolist test split into smaller parts
antirez [Mon, 11 Jul 2011 09:30:46 +0000 (11:30 +0200)] 
list test split into smaller parts

13 years agouse tclsh8.5 not only in which but also in the actual test execution.
antirez [Mon, 11 Jul 2011 09:18:46 +0000 (11:18 +0200)] 
use tclsh8.5 not only in which but also in the actual test execution.

13 years agoexplicitly use tclsh8.5 to run the test
antirez [Mon, 11 Jul 2011 09:17:05 +0000 (11:17 +0200)] 
explicitly use tclsh8.5 to run the test

13 years agono longer prints testing... but just shows the test when we get the final result...
antirez [Sun, 10 Jul 2011 22:53:30 +0000 (00:53 +0200)] 
no longer prints testing... but just shows the test when we get the final result from the testing client.

13 years agoreplication test split into three parts in order to improve test execution time....
antirez [Sun, 10 Jul 2011 22:46:25 +0000 (00:46 +0200)] 
replication test split into three parts in order to improve test execution time. Random fixes and improvements.

13 years agodisplay less useless information in parallel test
antirez [Sun, 10 Jul 2011 22:14:12 +0000 (00:14 +0200)] 
display less useless information in parallel test

13 years agosome test colorization and some fix
antirez [Sun, 10 Jul 2011 22:09:56 +0000 (00:09 +0200)] 
some test colorization and some fix

13 years agoprint execution time of different units at end
antirez [Sun, 10 Jul 2011 21:57:35 +0000 (23:57 +0200)] 
print execution time of different units at end

13 years agoInitial implementation of a client-server parallel testing system for Redis in order...
antirez [Sun, 10 Jul 2011 21:25:48 +0000 (23:25 +0200)] 
Initial implementation of a client-server parallel testing system for Redis in order to speedup execution of the test suite.

13 years agoThe test now gives some more time for Redis to start before of exiting with an error...
antirez [Sat, 9 Jul 2011 17:23:46 +0000 (19:23 +0200)] 
The test now gives some more time for Redis to start before of exiting with an error, since starting with valgrind can take a significant amount of time.

13 years agoTake a pointer to the relevant entry of the command table in the client structure...
antirez [Fri, 8 Jul 2011 10:59:30 +0000 (12:59 +0200)] 
Take a pointer to the relevant entry of the command table in the client structure. This is generally a more sounding design, simplifies a few functions prototype, and as a side effect fixes a bug related to the conversion of EXPIRE -1 to DEL: before of this fix Redis tried to convert it into an EXPIREAT in the AOF code, regardless of our rewrite of the command.

13 years agoTest for regression about: Redis should not try to convert DEL into EXPIREAT for...
antirez [Fri, 8 Jul 2011 10:20:30 +0000 (12:20 +0200)] 
Test for regression about: Redis should not try to convert DEL into EXPIREAT for EXPIRE -1

13 years agodon't process EXPIRE with negative TTL or EXPIREAT with time in the past if we are...
antirez [Thu, 7 Jul 2011 14:24:37 +0000 (16:24 +0200)] 
don't process EXPIRE with negative TTL or EXPIREAT with time in the past if we are a slave too (see http://groups.google.com/group/redis-db/browse_thread/thread/5a931fefb88b16d5). Also propagate it as DEL.

13 years agoDon't expire keys while loading AOF.
Hampus Wessman [Sun, 3 Jul 2011 10:18:44 +0000 (12:18 +0200)] 
Don't expire keys while loading AOF.

They will be expired (and a DEL will be logged) after the loading is done
instead.

13 years agoAdd test for incorrect expiration when loading AOF.
Hampus Wessman [Sun, 3 Jul 2011 09:04:55 +0000 (11:04 +0200)] 
Add test for incorrect expiration when loading AOF.

13 years agomore valgrind friendly test
antirez [Wed, 6 Jul 2011 13:22:00 +0000 (15:22 +0200)] 
more valgrind friendly test

13 years agoIngore jemalloc make distclean error in Makefile, caused by make clean against a...
antirez [Tue, 5 Jul 2011 11:27:21 +0000 (13:27 +0200)] 
Ingore jemalloc make distclean error in Makefile, caused by make clean against a tree that never compiled jemalloc.

13 years agoFixed typo in redis.conf related to slow log parameters
antirez [Sun, 3 Jul 2011 13:49:49 +0000 (15:49 +0200)] 
Fixed typo in redis.conf related to slow log parameters

13 years agochildrens -> children in INFO output field names. This is a backward incompatible...
antirez [Sat, 2 Jul 2011 08:51:35 +0000 (10:51 +0200)] 
childrens -> children in INFO output field names. This is a backward incompatible change, but really a minimal one.

13 years agono more allocation stats info in INFO, useless now that we have jemalloc.
antirez [Sat, 2 Jul 2011 08:25:35 +0000 (10:25 +0200)] 
no more allocation stats info in INFO, useless now that we have jemalloc.

13 years agoAdded slowlog.tcl
antirez [Fri, 1 Jul 2011 13:49:17 +0000 (15:49 +0200)] 
Added slowlog.tcl

13 years agoSLOWLOG tests
antirez [Thu, 30 Jun 2011 16:44:58 +0000 (18:44 +0200)] 
SLOWLOG tests

13 years agoAdded an unique ID field to every slow log entry.
antirez [Thu, 30 Jun 2011 15:36:15 +0000 (17:36 +0200)] 
Added an unique ID field to every slow log entry.

13 years agoMore redis.conf self-documentation. Now even queries that took exactly server.slow_lo...
antirez [Thu, 30 Jun 2011 13:54:05 +0000 (15:54 +0200)] 
More redis.conf self-documentation. Now even queries that took exactly server.slow_log_slower_than are logged, as this is not exact but is more intuitive for people, and a value of 0 will force every query to be logged.

13 years agoslow log configuration implemented
antirez [Thu, 30 Jun 2011 13:47:15 +0000 (15:47 +0200)] 
slow log configuration implemented

13 years agohiredis max multi bulk nesting level raised to 7
antirez [Thu, 30 Jun 2011 11:34:38 +0000 (13:34 +0200)] 
hiredis max multi bulk nesting level raised to 7

13 years agoDEUBG SLEEP implemented
antirez [Thu, 30 Jun 2011 11:31:44 +0000 (13:31 +0200)] 
DEUBG SLEEP implemented

13 years agoFirst implementation of the slow log feature
antirez [Thu, 30 Jun 2011 11:27:32 +0000 (13:27 +0200)] 
First implementation of the slow log feature

13 years agoPartial fix for a problem with AOF and BRPOP. We have at least a single evidence...
antirez [Wed, 29 Jun 2011 14:10:28 +0000 (16:10 +0200)] 
Partial fix for a problem with AOF and BRPOP. We have at least a single evidence of an AOF that ended with a BRPOP call against an empty list, causing later issues at run time. Now the problem is detected while loading the AOF at startup, even if it is still to understand how the corrupted AOF was generated.

13 years agocolorized test output shows scripting tests with X
antirez [Sat, 25 Jun 2011 10:42:55 +0000 (12:42 +0200)] 
colorized test output shows scripting tests with X

13 years agounstable merge conflicts resolved
antirez [Sat, 25 Jun 2011 10:29:24 +0000 (12:29 +0200)] 
unstable merge conflicts resolved

13 years agoMerge remote branch 'origin/unstable' into unstable
antirez [Sat, 25 Jun 2011 10:22:59 +0000 (12:22 +0200)] 
Merge remote branch 'origin/unstable' into unstable

13 years agodiskstore removed
antirez [Sat, 25 Jun 2011 10:22:03 +0000 (12:22 +0200)] 
diskstore removed

13 years agoMerge pull request #63 from djanowski/tcl
Salvatore Sanfilippo [Fri, 24 Jun 2011 16:59:37 +0000 (09:59 -0700)] 
Merge pull request #63 from djanowski/tcl

Add warning when `tcl` is not available to run tests

13 years agoAvoid bug reports when Tcl is not installed.
Damian Janowski [Fri, 24 Jun 2011 16:56:06 +0000 (13:56 -0300)] 
Avoid bug reports when Tcl is not installed.

13 years agoFix for bug 561 and other related problems
antirez [Mon, 20 Jun 2011 15:07:18 +0000 (17:07 +0200)] 
Fix for bug 561 and other related problems

13 years agouseless call removed, thanks to Pieter for spotting this
antirez [Tue, 14 Jun 2011 14:22:54 +0000 (16:22 +0200)] 
useless call removed, thanks to Pieter for spotting this

13 years agoSETNX regression tests.
Pieter Noordhuis [Mon, 13 Jun 2011 19:06:44 +0000 (21:06 +0200)] 
SETNX regression tests.

13 years agoDB API refactoring. The changes were designed together with Pieter Noordhuis.
antirez [Tue, 14 Jun 2011 13:34:27 +0000 (15:34 +0200)] 
DB API refactoring. The changes were designed together with Pieter Noordhuis.

13 years agoMakefile deps updated
antirez [Mon, 20 Jun 2011 09:58:54 +0000 (11:58 +0200)] 
Makefile deps updated

13 years agoIt is now possible to build with: make 32bit USE_JEMALLOC=yes
antirez [Wed, 1 Jun 2011 15:08:12 +0000 (17:08 +0200)] 
It is now possible to build with: make 32bit USE_JEMALLOC=yes

13 years agoAdded -ldl when linking against jemalloc, needed on Linux
antirez [Wed, 1 Jun 2011 15:56:50 +0000 (17:56 +0200)] 
Added -ldl when linking against jemalloc, needed on Linux

13 years agoFixed INFO implementation to use the new allocator name define
antirez [Mon, 20 Jun 2011 09:54:08 +0000 (11:54 +0200)] 
Fixed INFO implementation to use the new allocator name define

13 years agoMakefile modified to build with jemalloc
antirez [Mon, 20 Jun 2011 09:52:15 +0000 (11:52 +0200)] 
Makefile modified to build with jemalloc

13 years agoIgnore jemalloc build artifacts
Pieter Noordhuis [Tue, 17 May 2011 10:25:33 +0000 (12:25 +0200)] 
Ignore jemalloc build artifacts

13 years agoZMALLOC related stuff removed from config.h. They are now defined in zmalloc.h
antirez [Mon, 20 Jun 2011 09:35:29 +0000 (11:35 +0200)] 
ZMALLOC related stuff removed from config.h. They are now defined in zmalloc.h

13 years agoforward-ported changes in zmalloc.c/h to support jemalloc build
antirez [Mon, 20 Jun 2011 09:34:04 +0000 (11:34 +0200)] 
forward-ported changes in zmalloc.c/h to support jemalloc build

13 years agojemalloc source added
antirez [Mon, 9 May 2011 08:52:55 +0000 (10:52 +0200)] 
jemalloc source added

13 years agonew INFO filed master_link_down_since_seconds
antirez [Fri, 17 Jun 2011 14:13:22 +0000 (16:13 +0200)] 
new INFO filed master_link_down_since_seconds

13 years agoUse a safe iterator while saving the DB, since the getExpire() function will access...
antirez [Fri, 17 Jun 2011 13:40:55 +0000 (15:40 +0200)] 
Use a safe iterator while saving the DB, since the getExpire() function will access the iterating dictionary.

13 years agoUntrack and ignore Lua binary files (2)
Pierre Chapuis [Fri, 27 May 2011 14:01:29 +0000 (16:01 +0200)] 
Untrack and ignore Lua binary files (2)

13 years agoUntrack and ignore Lua binary files
Pierre Chapuis [Fri, 27 May 2011 13:27:07 +0000 (15:27 +0200)] 
Untrack and ignore Lua binary files

13 years agoUpdated to unstable
antirez [Tue, 14 Jun 2011 16:06:39 +0000 (18:06 +0200)] 
Updated to unstable

13 years agoFixed init script bug, thanks to Henrik Westphal
antirez [Tue, 14 Jun 2011 15:11:44 +0000 (17:11 +0200)] 
Fixed init script bug, thanks to Henrik Westphal

13 years agoBetter init script
antirez [Tue, 14 Jun 2011 11:48:49 +0000 (13:48 +0200)] 
Better init script

13 years agoMerge pull request #58 from hampus/fix-autorewrite
Salvatore Sanfilippo [Tue, 14 Jun 2011 08:26:42 +0000 (01:26 -0700)] 
Merge pull request #58 from hampus/fix-autorewrite

Fix automatic rewrite starting too early

13 years agoFix automatic rewrite starting too early.
Hampus Wessman [Sun, 12 Jun 2011 05:27:01 +0000 (07:27 +0200)] 
Fix automatic rewrite starting too early.

Slight adjustment in growth calculation.

13 years agodifferent message on BGREWRITEAOF when it is just scheduled and not started.
antirez [Fri, 10 Jun 2011 16:35:16 +0000 (18:35 +0200)] 
different message on BGREWRITEAOF when it is just scheduled and not started.

13 years agominor code aesthetic change
antirez [Fri, 10 Jun 2011 16:13:57 +0000 (18:13 +0200)] 
minor code aesthetic change

13 years agoMake sure an automatic rewrite only gets triggered when no other child is in execution.
antirez [Fri, 10 Jun 2011 13:15:29 +0000 (15:15 +0200)] 
Make sure an automatic rewrite only gets triggered when no other child is in execution.

13 years agoCONFIG SET/GET support for new automatic AOF rewrite parameters
antirez [Fri, 10 Jun 2011 13:14:10 +0000 (15:14 +0200)] 
CONFIG SET/GET support for new automatic AOF rewrite parameters

13 years agocorrectly set AOF base size field in server structure
antirez [Fri, 10 Jun 2011 12:56:45 +0000 (14:56 +0200)] 
correctly set AOF base size field in server structure

13 years agoAdded new INFO fields related to the new AOF auto rewrite feature
antirez [Fri, 10 Jun 2011 12:52:47 +0000 (14:52 +0200)] 
Added new INFO fields related to the new AOF auto rewrite feature

13 years agoFixed bug in AOF rewrite not working because of integer overflow
antirez [Fri, 10 Jun 2011 12:47:12 +0000 (14:47 +0200)] 
Fixed bug in AOF rewrite not working because of integer overflow

13 years agodebugging printf removed
antirez [Fri, 10 Jun 2011 12:44:06 +0000 (14:44 +0200)] 
debugging printf removed

13 years agoAOF auto rewrite percentage option parsing fixed
antirez [Fri, 10 Jun 2011 12:43:11 +0000 (14:43 +0200)] 
AOF auto rewrite percentage option parsing fixed

13 years agoMerge remote branch 'pietern/unstable-bench' into unstable
antirez [Fri, 10 Jun 2011 12:28:14 +0000 (14:28 +0200)] 
Merge remote branch 'pietern/unstable-bench' into unstable

13 years agoAvoid division by zero issues in the automatically triggered AOF rewrite feature.
antirez [Fri, 10 Jun 2011 12:25:27 +0000 (14:25 +0200)] 
Avoid division by zero issues in the automatically triggered AOF rewrite feature.

13 years agoMerge remote branch 'origin/unstable' into unstable
antirez [Fri, 10 Jun 2011 10:39:40 +0000 (12:39 +0200)] 
Merge remote branch 'origin/unstable' into unstable

13 years agoautomatic AOF rewrite first implementation. Still to be tested.
antirez [Fri, 10 Jun 2011 10:39:23 +0000 (12:39 +0200)] 
automatic AOF rewrite first implementation. Still to be tested.