]> git.saurik.com Git - redis.git/log
redis.git
13 years agotest background close operation removed
antirez [Tue, 13 Sep 2011 14:57:18 +0000 (16:57 +0200)] 
test background close operation removed

13 years agomake bio_list static as well
antirez [Tue, 13 Sep 2011 14:56:43 +0000 (16:56 +0200)] 
make bio_list static as well

13 years agodebug message removed
antirez [Tue, 13 Sep 2011 14:53:33 +0000 (16:53 +0200)] 
debug message removed

13 years agouse pthread_cond_signal() to make sure the background thread will process the job.
antirez [Tue, 13 Sep 2011 14:21:12 +0000 (16:21 +0200)] 
use pthread_cond_signal() to make sure the background thread will process the job.

13 years agotypo fixed in bio.c
antirez [Tue, 13 Sep 2011 14:19:37 +0000 (16:19 +0200)] 
typo fixed in bio.c

13 years agoRemoved no longer useful fields in the redis server structure
antirez [Tue, 13 Sep 2011 14:17:45 +0000 (16:17 +0200)] 
Removed no longer useful fields in the redis server structure

13 years agoadd background jobs initialization to Redis main init function
antirez [Tue, 13 Sep 2011 14:10:26 +0000 (16:10 +0200)] 
add background jobs initialization to Redis main init function

13 years agobio.c typos fixes to make it compile
antirez [Tue, 13 Sep 2011 14:09:06 +0000 (16:09 +0200)] 
bio.c typos fixes to make it compile

13 years agobio.o added to redis-server objects
antirez [Tue, 13 Sep 2011 13:59:48 +0000 (15:59 +0200)] 
bio.o added to redis-server objects

13 years agoSpeed up protocol synthesis for AOF
Pieter Noordhuis [Thu, 18 Aug 2011 11:03:04 +0000 (13:03 +0200)] 
Speed up protocol synthesis for AOF

13 years agoRe-use AOF buffer when it is small enough
Pieter Noordhuis [Thu, 18 Aug 2011 10:44:30 +0000 (12:44 +0200)] 
Re-use AOF buffer when it is small enough

13 years agoFix indent
Pieter Noordhuis [Thu, 18 Aug 2011 10:27:34 +0000 (12:27 +0200)] 
Fix indent

13 years agoadded a newline for code readability
antirez [Tue, 13 Sep 2011 10:21:54 +0000 (12:21 +0200)] 
added a newline for code readability

13 years agoAvoid unnecessary calls to time(3)
Pieter Noordhuis [Thu, 18 Aug 2011 10:25:59 +0000 (12:25 +0200)] 
Avoid unnecessary calls to time(3)

13 years agoRemove the write handler only if there are no longer objects in the output queue...
antirez [Mon, 12 Sep 2011 09:05:48 +0000 (11:05 +0200)] 
Remove the write handler only if there are no longer objects in the output queue AND if the static buffer is empty. This bug was the cause of a possible server-stop-responding-to-client bug under some specific work load. Thanks to Pieter Noordhuis for spotting and fixing it.

13 years agoregression test for bug 593 added
antirez [Mon, 12 Sep 2011 08:53:49 +0000 (10:53 +0200)] 
regression test for bug 593 added

13 years agofixed typos in the comments of rpoplpushHandlePush()
antirez [Mon, 12 Sep 2011 08:04:23 +0000 (10:04 +0200)] 
fixed typos in the comments of rpoplpushHandlePush()

13 years agoFix crash when chaining brpoplpush with other blocking commands.
Hampus Wessman [Wed, 7 Sep 2011 17:08:48 +0000 (19:08 +0200)] 
Fix crash when chaining brpoplpush with other blocking commands.

13 years agoMerge remote-tracking branch 'origin/unstable' into unstable
antirez [Tue, 9 Aug 2011 09:46:21 +0000 (11:46 +0200)] 
Merge remote-tracking branch 'origin/unstable' into unstable

13 years agoAuto rewrite integer overflow fixed. Thanks to Gaurav for finding it (see issue 602...
antirez [Tue, 9 Aug 2011 09:45:57 +0000 (11:45 +0200)] 
Auto rewrite integer overflow fixed. Thanks to Gaurav for finding it (see issue 602 on google code), and Pieter Noordhuis for tracing it.

13 years agoMerge remote-tracking branch 'origin/unstable' into unstable
antirez [Thu, 28 Jul 2011 12:40:47 +0000 (14:40 +0200)] 
Merge remote-tracking branch 'origin/unstable' into unstable

13 years agoRegression for a crash with blocking ops and pipelining
antirez [Thu, 28 Jul 2011 12:40:06 +0000 (14:40 +0200)] 
Regression for a crash with blocking ops and pipelining

13 years agoFix crash when pipelining several blocking commands.
Hampus Wessman [Thu, 28 Jul 2011 09:20:42 +0000 (11:20 +0200)] 
Fix crash when pipelining several blocking commands.

13 years agoMerge remote branch 'origin/unstable' into unstable
antirez [Thu, 28 Jul 2011 10:33:17 +0000 (12:33 +0200)] 
Merge remote branch 'origin/unstable' into unstable

13 years agoMaxmemory test
antirez [Thu, 28 Jul 2011 10:32:52 +0000 (12:32 +0200)] 
Maxmemory test

13 years agofixed assert proc on Redis test
antirez [Thu, 28 Jul 2011 10:31:44 +0000 (12:31 +0200)] 
fixed assert proc on Redis test

13 years agoTODO updated
antirez [Wed, 27 Jul 2011 14:39:03 +0000 (16:39 +0200)] 
TODO updated

13 years agoFix adding bulk reply when getcwd fails
Pieter Noordhuis [Wed, 27 Jul 2011 13:03:48 +0000 (15:03 +0200)] 
Fix adding bulk reply when getcwd fails

13 years agoWait for Lua to be built before linking redis-server
Pieter Noordhuis [Wed, 27 Jul 2011 12:46:17 +0000 (14:46 +0200)] 
Wait for Lua to be built before linking redis-server

13 years agoHDEL: Abort deleting fields when hash is removed
Pieter Noordhuis [Wed, 27 Jul 2011 10:29:36 +0000 (12:29 +0200)] 
HDEL: Abort deleting fields when hash is removed

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