]> git.saurik.com Git - redis.git/log
redis.git
13 years agoMerge branch 'unstable'
antirez [Wed, 23 Mar 2011 22:13:34 +0000 (23:13 +0100)] 
Merge branch 'unstable'

13 years agoFixed sdssplitargs() handling of hex-style escapes.
antirez [Tue, 22 Mar 2011 21:49:12 +0000 (22:49 +0100)] 
Fixed sdssplitargs() handling of hex-style escapes.

13 years agosdscatrepr() fixed. Now newlines and other special chars are escaped correctly
antirez [Sun, 20 Mar 2011 17:24:49 +0000 (18:24 +0100)] 
sdscatrepr() fixed. Now newlines and other special chars are escaped correctly

13 years agogitignore updated
antirez [Tue, 15 Mar 2011 09:47:04 +0000 (10:47 +0100)] 
gitignore updated

13 years agoMerge branch 'unstable'
antirez [Thu, 10 Mar 2011 15:47:09 +0000 (16:47 +0100)] 
Merge branch 'unstable'

13 years agofixed diskstore race condition
antirez [Thu, 10 Mar 2011 15:39:19 +0000 (16:39 +0100)] 
fixed diskstore race condition

13 years agofixed diskstore race condition
antirez [Thu, 10 Mar 2011 15:39:19 +0000 (16:39 +0100)] 
fixed diskstore race condition

13 years agoencoding agnostic intsets
antirez [Wed, 9 Mar 2011 18:14:04 +0000 (19:14 +0100)] 
encoding agnostic intsets

13 years agoziplist are now endianess agnostic
antirez [Wed, 9 Mar 2011 17:49:59 +0000 (18:49 +0100)] 
ziplist are now endianess agnostic

13 years agozipmaps are now endianess agnostic, needed for on disk serialization of zipmaps witho...
antirez [Wed, 9 Mar 2011 16:31:02 +0000 (17:31 +0100)] 
zipmaps are now endianess agnostic, needed for on disk serialization of zipmaps without convertions layers

13 years agomemrev variants only doing the work if the target host is big endian
antirez [Wed, 9 Mar 2011 16:28:16 +0000 (17:28 +0100)] 
memrev variants only doing the work if the target host is big endian

13 years agoTODO updated
antirez [Wed, 9 Mar 2011 15:36:02 +0000 (16:36 +0100)] 
TODO updated

13 years agoEhm... sorry if we don't support PDP endianess
antirez [Wed, 9 Mar 2011 15:33:09 +0000 (16:33 +0100)] 
Ehm... sorry if we don't support PDP endianess

13 years agoendianess conversion API, to be applied to specially encoded data types for arch...
antirez [Wed, 9 Mar 2011 15:24:18 +0000 (16:24 +0100)] 
endianess conversion API, to be applied to specially encoded data types for arch agnostic encoding.

13 years agobyte ordering detection in config.h
antirez [Wed, 9 Mar 2011 14:44:21 +0000 (15:44 +0100)] 
byte ordering detection in config.h

13 years agoremoved useless call
antirez [Tue, 8 Mar 2011 15:52:39 +0000 (16:52 +0100)] 
removed useless call

13 years agosame final call of two if branches moved outside
antirez [Tue, 8 Mar 2011 14:55:34 +0000 (15:55 +0100)] 
same final call of two if branches moved outside

13 years agouseless function removed
antirez [Tue, 8 Mar 2011 14:10:20 +0000 (15:10 +0100)] 
useless function removed

13 years agocomment typo fixed
antirez [Tue, 8 Mar 2011 14:03:51 +0000 (15:03 +0100)] 
comment typo fixed

13 years agoMerge remote branch 'pietern/unstable-sigs' into unstable
antirez [Mon, 7 Mar 2011 11:22:00 +0000 (12:22 +0100)] 
Merge remote branch 'pietern/unstable-sigs' into unstable

13 years agoShow database number in cli prompt when non-zero
Pieter Noordhuis [Sun, 6 Mar 2011 20:14:40 +0000 (21:14 +0100)] 
Show database number in cli prompt when non-zero

13 years agoStore SELECTed database for reconnect (issue #468)
Pieter Noordhuis [Sun, 6 Mar 2011 19:46:40 +0000 (20:46 +0100)] 
Store SELECTed database for reconnect (issue #468)

13 years agoMinor memory leak in redis-cli (issue #464)
Pieter Noordhuis [Sun, 6 Mar 2011 19:13:01 +0000 (20:13 +0100)] 
Minor memory leak in redis-cli (issue #464)

13 years agoOnly save history when stdin is a tty (issue #465)
Pieter Noordhuis [Sun, 6 Mar 2011 19:00:08 +0000 (20:00 +0100)] 
Only save history when stdin is a tty (issue #465)

13 years agoSave RDB on SIGTERM (see issue #471)
Pieter Noordhuis [Sun, 6 Mar 2011 16:49:22 +0000 (17:49 +0100)] 
Save RDB on SIGTERM (see issue #471)

13 years agopossible fix for a failed assertion introduced with the latest diskstore speedup fix
antirez [Fri, 4 Mar 2011 17:10:43 +0000 (18:10 +0100)] 
possible fix for a failed assertion introduced with the latest diskstore speedup fix

13 years agoFixed return value of GETRANGE / SUBSTR
antirez [Fri, 4 Mar 2011 15:22:50 +0000 (16:22 +0100)] 
Fixed return value of GETRANGE / SUBSTR

13 years agoAOF file descriptor leak fixed
antirez [Fri, 4 Mar 2011 15:13:54 +0000 (16:13 +0100)] 
AOF file descriptor leak fixed

13 years agoTTL command fixed to work reliably with diskstore
antirez [Fri, 4 Mar 2011 14:49:01 +0000 (15:49 +0100)] 
TTL command fixed to work reliably with diskstore

13 years agodebugging message moved from REDIS_WARING to REDIS_DEBUG
antirez [Fri, 4 Mar 2011 14:45:38 +0000 (15:45 +0100)] 
debugging message moved from REDIS_WARING to REDIS_DEBUG

13 years agoRedis manifesto added
antirez [Tue, 1 Mar 2011 14:20:35 +0000 (15:20 +0100)] 
Redis manifesto added

13 years agofix type in rdbSaveKeyValuePair() when saving an intset. Don't merge this commit...
antirez [Mon, 28 Feb 2011 16:55:05 +0000 (17:55 +0100)] 
fix type in rdbSaveKeyValuePair() when saving an intset. Don't merge this commit into 2.2 as will not apply cleanly.

13 years agodirect saving of specially encoded types implemented for lists and sets too
antirez [Mon, 28 Feb 2011 16:53:47 +0000 (17:53 +0100)] 
direct saving of specially encoded types implemented for lists and sets too

13 years agodefine name typo fixed
antirez [Mon, 28 Feb 2011 16:36:12 +0000 (17:36 +0100)] 
define name typo fixed

13 years agoadded new RDB codes for ziplist encoded lists and intset encodeed sets
antirez [Mon, 28 Feb 2011 16:06:31 +0000 (17:06 +0100)] 
added new RDB codes for ziplist encoded lists and intset encodeed sets

13 years agosave ziplist encoded type as a different type id. Done as separated commit since...
antirez [Mon, 28 Feb 2011 16:06:09 +0000 (17:06 +0100)] 
save ziplist encoded type as a different type id. Done as separated commit since this is the part that will not merge cleanly in 2.2

13 years agoconvert the zipmap into hash in rdb loading if the zipmap has too many elements
antirez [Mon, 28 Feb 2011 15:55:34 +0000 (16:55 +0100)] 
convert the zipmap into hash in rdb loading if the zipmap has too many elements

13 years agoRDB/AOF loading times logged with millisecond precision
antirez [Mon, 28 Feb 2011 14:31:54 +0000 (15:31 +0100)] 
RDB/AOF loading times logged with millisecond precision

13 years agofix for zipmap raw saving in unstable branch
antirez [Mon, 28 Feb 2011 14:13:49 +0000 (15:13 +0100)] 
fix for zipmap raw saving in unstable branch

13 years agoencoded types API to get blob length
antirez [Mon, 28 Feb 2011 13:48:49 +0000 (14:48 +0100)] 
encoded types API to get blob length

13 years agosave zipmap encoded hashes as blobs. Work in progress.
antirez [Mon, 28 Feb 2011 08:56:48 +0000 (09:56 +0100)] 
save zipmap encoded hashes as blobs. Work in progress.

13 years agoless delays in diskstore when there are many writes. more work to do.
antirez [Fri, 25 Feb 2011 18:11:25 +0000 (19:11 +0100)] 
less delays in diskstore when there are many writes. more work to do.

13 years agomore disk store fields in INFO
antirez [Fri, 25 Feb 2011 09:59:57 +0000 (10:59 +0100)] 
more disk store fields in INFO

13 years agoRestore argc/argv in EXEC after command is executed
Pieter Noordhuis [Wed, 23 Feb 2011 08:39:29 +0000 (09:39 +0100)] 
Restore argc/argv in EXEC after command is executed

13 years agofixed client-libraries/README to reflect the new site path instead of google code
antirez [Tue, 22 Feb 2011 17:22:00 +0000 (18:22 +0100)] 
fixed client-libraries/README to reflect the new site path instead of google code

13 years agolinenoise updated
antirez [Tue, 22 Feb 2011 16:40:33 +0000 (17:40 +0100)] 
linenoise updated

13 years agofixed color support for test suite. Now colors are shown as long as there is xterm...
antirez [Tue, 22 Feb 2011 15:40:24 +0000 (16:40 +0100)] 
fixed color support for test suite. Now colors are shown as long as there is xterm somewhere inside the TERM env var

13 years agoAllow port to be 0 in configuration, in order to allow disabling of TCP.
Paul Gideon Dann [Tue, 22 Feb 2011 10:49:17 +0000 (10:49 +0000)] 
Allow port to be 0 in configuration, in order to allow disabling of TCP.

13 years agoconflict resolved in cherry pick
antirez [Mon, 21 Feb 2011 23:03:03 +0000 (00:03 +0100)] 
conflict resolved in cherry pick

13 years agosuppress a Linux warning, for 2.2 sake
antirez [Mon, 21 Feb 2011 16:50:54 +0000 (17:50 +0100)] 
suppress a Linux warning, for 2.2 sake

13 years agocheck return value of getcwd()
antirez [Mon, 21 Feb 2011 16:41:25 +0000 (17:41 +0100)] 
check return value of getcwd()

13 years agoCONFIG SET/GET for all the special encoding parameters of sets, lists, hashes
antirez [Thu, 17 Feb 2011 11:20:59 +0000 (12:20 +0100)] 
CONFIG SET/GET for all the special encoding parameters of sets, lists, hashes

13 years agoSPOP replication/AOF patch ported to unstable branch
antirez [Wed, 16 Feb 2011 11:41:40 +0000 (12:41 +0100)] 
SPOP replication/AOF patch ported to unstable branch

13 years agoCONFIG GET/SET dir implemented
antirez [Mon, 14 Feb 2011 01:51:27 +0000 (02:51 +0100)] 
CONFIG GET/SET dir implemented

13 years agofixed two diskstore issues, a quasi-deadlock creating problems with I/O speed and...
antirez [Fri, 11 Feb 2011 10:16:15 +0000 (11:16 +0100)] 
fixed two diskstore issues, a quasi-deadlock creating problems with I/O speed and a race condition among threads

13 years agointroduced a new logging function for big messages
antirez [Wed, 9 Feb 2011 09:10:35 +0000 (10:10 +0100)] 
introduced a new logging function for big messages

13 years agoMerge remote branch 'pietern/unstable-brpoplpush' into unstable
antirez [Mon, 7 Feb 2011 14:28:01 +0000 (15:28 +0100)] 
Merge remote branch 'pietern/unstable-brpoplpush' into unstable

13 years agoFix for the previous port 0 patch, thanks to Pieter for noticing the error
antirez [Mon, 7 Feb 2011 12:43:29 +0000 (13:43 +0100)] 
Fix for the previous port 0 patch, thanks to Pieter for noticing the error

13 years agoIf port zero is specified, Redis will not listen for TCP connections
antirez [Mon, 7 Feb 2011 11:52:01 +0000 (12:52 +0100)] 
If port zero is specified, Redis will not listen for TCP connections

13 years agoClarify comment
Pieter Noordhuis [Mon, 31 Jan 2011 15:50:17 +0000 (16:50 +0100)] 
Clarify comment

13 years agoReply with single null bulk for unsuccesful BRPOPLPUSH
Pieter Noordhuis [Mon, 31 Jan 2011 15:49:56 +0000 (16:49 +0100)] 
Reply with single null bulk for unsuccesful BRPOPLPUSH

13 years agopropagate key eviction to slaves and AOF, like for expires, so that replicas and...
antirez [Thu, 27 Jan 2011 15:52:37 +0000 (16:52 +0100)] 
propagate key eviction to slaves and AOF, like for expires, so that replicas and AOFs are always consistent even in maxmemory mode.

13 years agoFixed a theoretical non exploitable security bug reported by @chrisrohlf. In theory...
antirez [Thu, 27 Jan 2011 09:27:25 +0000 (10:27 +0100)] 
Fixed a theoretical non exploitable security bug reported by @chrisrohlf. In theory if we undefine SDS_ABORT_ON_OOM from sds.c AND modify zmalloc.c in order to don't quit on out of memory (but this would break every other part of Redis), on out of memory there is a possible heap overflow.

13 years agoTODO list updated
antirez [Wed, 26 Jan 2011 09:42:32 +0000 (10:42 +0100)] 
TODO list updated

13 years agoINFO commandstats section reset with config resetstat, a new microseconds per call...
antirez [Mon, 24 Jan 2011 09:56:06 +0000 (10:56 +0100)] 
INFO commandstats section reset with config resetstat, a new microseconds per call field, and a few other minor things

13 years agoportability fix in redis benchmark, using zu format specified with size_t instead...
antirez [Mon, 24 Jan 2011 09:05:42 +0000 (10:05 +0100)] 
portability fix in redis benchmark, using zu format specified with size_t instead of lu

13 years agoNow INFO outputs the "INFO default" output if no argument is passed. Also added count...
antirez [Sun, 23 Jan 2011 21:14:15 +0000 (22:14 +0100)] 
Now INFO outputs the "INFO default" output if no argument is passed. Also added counts of calls for every command, thanks to an idea by Mike Shaver

13 years agoINFO output refactoring. Now "INFO section" will report only the specified section
antirez [Sun, 23 Jan 2011 15:41:07 +0000 (16:41 +0100)] 
INFO output refactoring. Now "INFO section" will report only the specified section

13 years agoprofiling information in INFO
antirez [Sun, 23 Jan 2011 10:46:34 +0000 (11:46 +0100)] 
profiling information in INFO

13 years agoFixed issue #435 and at the same time introduced explicit ping in the master-slave...
antirez [Thu, 20 Jan 2011 12:18:23 +0000 (13:18 +0100)] 
Fixed issue #435 and at the same time introduced explicit ping in the master-slave channel that will detect a blocked master or a broken even if apparently connected TCP link.

13 years agoMerge branch 'unstable' of github.com:antirez/redis into unstable
antirez [Thu, 20 Jan 2011 10:00:25 +0000 (11:00 +0100)] 
Merge branch 'unstable' of github.com:antirez/redis into unstable

13 years agoFixed compilation on FreeBSD
antirez [Thu, 20 Jan 2011 09:59:25 +0000 (10:59 +0100)] 
Fixed compilation on FreeBSD

13 years agoa better release note for Redis unstable provided
antirez [Mon, 17 Jan 2011 11:36:37 +0000 (12:36 +0100)] 
a better release note for Redis unstable provided

13 years agoRemove client from list of unblocked clients when it is free'd
Pieter Noordhuis [Mon, 17 Jan 2011 09:03:21 +0000 (10:03 +0100)] 
Remove client from list of unblocked clients when it is free'd

13 years agodefault hash encoding settings also fixed in redis.conf
antirez [Sat, 15 Jan 2011 21:31:07 +0000 (22:31 +0100)] 
default hash encoding settings also fixed in redis.conf

13 years agolame typo causing bad hashes memory characteristic
antirez [Sat, 15 Jan 2011 21:24:22 +0000 (22:24 +0100)] 
lame typo causing bad hashes memory characteristic

13 years agoimplemented two new INFO fields showing the size of clients max input and output...
antirez [Fri, 14 Jan 2011 09:20:02 +0000 (10:20 +0100)] 
implemented two new INFO fields showing the size of clients max input and output buffers.

13 years agomaster-slave replication fixed, it was not listing any key using KEYS command in...
antirez [Fri, 14 Jan 2011 08:53:57 +0000 (09:53 +0100)] 
master-slave replication fixed, it was not listing any key using KEYS command in the slave.

13 years agoredisServer structure fields reordered for clarity
antirez [Thu, 13 Jan 2011 23:19:19 +0000 (00:19 +0100)] 
redisServer structure fields reordered for clarity

13 years agoTODO modified
antirez [Mon, 10 Jan 2011 20:45:08 +0000 (21:45 +0100)] 
TODO modified

13 years agominor aesthetic change in test suite messages
antirez [Sun, 9 Jan 2011 21:17:08 +0000 (22:17 +0100)] 
minor aesthetic change in test suite messages

13 years agorun both inmemory and diskstore tests.
antirez [Sun, 9 Jan 2011 18:42:56 +0000 (19:42 +0100)] 
run both inmemory and diskstore tests.

13 years agofixed bgsave_in_progress in INFO when BGSAVEing with diskstore enabled, don't DEBUG...
antirez [Sun, 9 Jan 2011 18:25:34 +0000 (19:25 +0100)] 
fixed bgsave_in_progress in INFO when BGSAVEing with diskstore enabled, don't DEBUG FLUSHCACHE when bgsave is in progress.

13 years agoDEBUG FLUSHCACHE needs to wait that everything was synched on disk
antirez [Sun, 9 Jan 2011 18:01:44 +0000 (19:01 +0100)] 
DEBUG FLUSHCACHE needs to wait that everything was synched on disk

13 years agotest adapted to run with diskstore, and a few bugs fixed
antirez [Sun, 9 Jan 2011 17:25:34 +0000 (18:25 +0100)] 
test adapted to run with diskstore, and a few bugs fixed

13 years agoinitial fix of the test suite to run both in in-memory and diskstore mode
antirez [Sun, 9 Jan 2011 15:49:52 +0000 (16:49 +0100)] 
initial fix of the test suite to run both in in-memory and diskstore mode

13 years agoallocation stats in INFO
antirez [Sun, 9 Jan 2011 14:56:50 +0000 (15:56 +0100)] 
allocation stats in INFO

13 years agoTODO updated
antirez [Sat, 8 Jan 2011 01:07:48 +0000 (02:07 +0100)] 
TODO updated

13 years agoDEBUG OBJECT fixed with diskstore, force loading
antirez [Sat, 8 Jan 2011 01:06:01 +0000 (02:06 +0100)] 
DEBUG OBJECT fixed with diskstore, force loading

13 years agoresolved a problem with delayed loading of keys
antirez [Sat, 8 Jan 2011 00:42:08 +0000 (01:42 +0100)] 
resolved a problem with delayed loading of keys

13 years agoblocking SAVE implemented
antirez [Fri, 7 Jan 2011 23:09:57 +0000 (00:09 +0100)] 
blocking SAVE implemented

13 years agoavoid bgsaving temp files
antirez [Fri, 7 Jan 2011 22:51:31 +0000 (23:51 +0100)] 
avoid bgsaving temp files

13 years agodiskstore BGSAVE should work now
antirez [Fri, 7 Jan 2011 22:41:00 +0000 (23:41 +0100)] 
diskstore BGSAVE should work now

13 years agomore work towards diskstore bgsave
antirez [Fri, 7 Jan 2011 18:31:42 +0000 (19:31 +0100)] 
more work towards diskstore bgsave

13 years agosource reshaped a bit to play well with a bgsaving thread, still work to do, does...
antirez [Fri, 7 Jan 2011 17:15:14 +0000 (18:15 +0100)] 
source reshaped a bit to play well with a bgsaving thread, still work to do, does not compile.

13 years agoMerge branch 'unstable' of github.com:antirez/redis-private into unstable
antirez [Fri, 7 Jan 2011 15:43:51 +0000 (16:43 +0100)] 
Merge branch 'unstable' of github.com:antirez/redis-private into unstable

13 years agoTODO updated
antirez [Fri, 7 Jan 2011 15:43:36 +0000 (16:43 +0100)] 
TODO updated

13 years agoBGSAVE work in progress
antirez [Wed, 5 Jan 2011 17:38:31 +0000 (18:38 +0100)] 
BGSAVE work in progress

13 years agoMerge remote branch 'pietern/writev-unstable' into unstable
antirez [Wed, 5 Jan 2011 12:51:37 +0000 (13:51 +0100)] 
Merge remote branch 'pietern/writev-unstable' into unstable

13 years agoIO performances greatly improved under high writes load
antirez [Wed, 5 Jan 2011 11:34:14 +0000 (12:34 +0100)] 
IO performances greatly improved under high writes load