]> git.saurik.com Git - redis.git/log
redis.git
13 years agoadded cache-flush-delay configuration directive. Don't BGSAVE when using diskstore
antirez [Thu, 30 Dec 2010 16:53:28 +0000 (17:53 +0100)] 
added cache-flush-delay configuration directive. Don't BGSAVE when using diskstore

13 years agofixed bugs on diskstore cache
antirez [Thu, 30 Dec 2010 16:21:54 +0000 (17:21 +0100)] 
fixed bugs on diskstore cache

13 years agofilesystem based KV store mostly implemented in diskstore.c
antirez [Thu, 30 Dec 2010 16:07:06 +0000 (17:07 +0100)] 
filesystem based KV store mostly implemented in diskstore.c

13 years agonew gitingore
antirez [Thu, 30 Dec 2010 15:42:11 +0000 (16:42 +0100)] 
new gitingore

13 years agomore work done for diskstore without trying to compile, more work needed to build...
antirez [Thu, 30 Dec 2010 15:41:36 +0000 (16:41 +0100)] 
more work done for diskstore without trying to compile, more work needed to build again.

13 years agofixed a few bugs in DS store, now it's somewhat about able to reply to 'GET foo'...
antirez [Thu, 30 Dec 2010 14:55:24 +0000 (15:55 +0100)] 
fixed a few bugs in DS store, now it's somewhat about able to reply to 'GET foo' with a bogus value.

13 years agodisk store logged messages improved
antirez [Wed, 29 Dec 2010 22:08:18 +0000 (23:08 +0100)] 
disk store logged messages improved

13 years agodiskstore directory structure creation
antirez [Wed, 29 Dec 2010 22:00:00 +0000 (23:00 +0100)] 
diskstore directory structure creation

13 years agocron part of disk store object cache implemented. Objects are pushed as IO jobs if...
antirez [Wed, 29 Dec 2010 21:18:20 +0000 (22:18 +0100)] 
cron part of disk store object cache implemented. Objects are pushed as IO jobs if needed, so that the IO thread will process them.

13 years agotouched key for WATCH refactored into a more general thing that can be used also...
antirez [Wed, 29 Dec 2010 18:39:42 +0000 (19:39 +0100)] 
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.

13 years agoversion set to 2.3.0
antirez [Wed, 29 Dec 2010 16:02:43 +0000 (17:02 +0100)] 
version set to 2.3.0

13 years agomore step forwards for disk store to be able to run
antirez [Wed, 29 Dec 2010 15:58:57 +0000 (16:58 +0100)] 
more step forwards for disk store to be able to run

13 years agoimplemented complete job handling
antirez [Wed, 29 Dec 2010 14:57:27 +0000 (15:57 +0100)] 
implemented complete job handling

13 years agostill more work for diskstore
antirez [Wed, 29 Dec 2010 02:57:35 +0000 (03:57 +0100)] 
still more work for diskstore

13 years agomore work converting vm into object cache
antirez [Tue, 28 Dec 2010 19:03:21 +0000 (20:03 +0100)] 
more work converting vm into object cache

13 years agoremoved parts of VM that probably will be of no use with object cache
antirez [Tue, 28 Dec 2010 17:46:34 +0000 (18:46 +0100)] 
removed parts of VM that probably will be of no use with object cache

13 years agoa lot of code reworked/removed to implement object caching
antirez [Tue, 28 Dec 2010 17:06:40 +0000 (18:06 +0100)] 
a lot of code reworked/removed to implement object caching

13 years agoinitial changes needed to turn the current VM code into a cache system. Tons of work...
antirez [Tue, 28 Dec 2010 14:20:20 +0000 (15:20 +0100)] 
initial changes needed to turn the current VM code into a cache system. Tons of work to do still.

13 years agoadded diskstore.c in Makefile and prototypes in redis.h
antirez [Tue, 28 Dec 2010 13:42:09 +0000 (14:42 +0100)] 
added diskstore.c in Makefile and prototypes in redis.h

13 years agoadded diskstore.c, currently just a stub
antirez [Sun, 26 Dec 2010 17:46:25 +0000 (18:46 +0100)] 
added diskstore.c, currently just a stub

13 years agoadded mkrelease.sh script into utils. gitignore modified accordingly since this scrip...
antirez [Mon, 20 Dec 2010 14:47:33 +0000 (15:47 +0100)] 
added mkrelease.sh script into utils. gitignore modified accordingly since this script was originally ignored

13 years agoMerge branch 'master' of github.com:antirez/redis
antirez [Mon, 20 Dec 2010 12:14:12 +0000 (13:14 +0100)] 
Merge branch 'master' of github.com:antirez/redis

13 years agoTODO udpated
antirez [Mon, 20 Dec 2010 12:13:46 +0000 (13:13 +0100)] 
TODO udpated

13 years agohelp.h updated
antirez [Wed, 15 Dec 2010 16:39:40 +0000 (17:39 +0100)] 
help.h updated

13 years agoremoved some dead code, added evicted keys counter separated from expired keys.
antirez [Sun, 19 Dec 2010 14:15:08 +0000 (15:15 +0100)] 
removed some dead code, added evicted keys counter separated from expired keys.

13 years agooverflow detection in INCR family functions
antirez [Sun, 19 Dec 2010 11:22:12 +0000 (12:22 +0100)] 
overflow detection in INCR family functions

13 years agohelp.h updated
antirez [Wed, 15 Dec 2010 16:39:40 +0000 (17:39 +0100)] 
help.h updated

13 years agoadded the mandatory Cheers in the release notes
antirez [Wed, 15 Dec 2010 16:19:01 +0000 (17:19 +0100)] 
added the mandatory Cheers in the release notes

13 years agorelease notes, info on 2.0 compatibility
antirez [Wed, 15 Dec 2010 16:18:15 +0000 (17:18 +0100)] 
release notes, info on 2.0 compatibility

13 years agoadded more info in the release notes
antirez [Wed, 15 Dec 2010 16:00:54 +0000 (17:00 +0100)] 
added more info in the release notes

13 years agoremoved a line from release notes that was not true (feature already backported into...
antirez [Wed, 15 Dec 2010 15:54:08 +0000 (16:54 +0100)] 
removed a line from release notes that was not true (feature already backported into 2.0)

13 years agotypo fixed
antirez [Wed, 15 Dec 2010 15:51:01 +0000 (16:51 +0100)] 
typo fixed

13 years agorelease notes added
antirez [Wed, 15 Dec 2010 15:44:29 +0000 (16:44 +0100)] 
release notes added

13 years agobulk transfers limited to 512 MB as this is the new limit of all the redis strings
antirez [Wed, 15 Dec 2010 15:07:49 +0000 (16:07 +0100)] 
bulk transfers limited to 512 MB as this is the new limit of all the redis strings

13 years agoMerge remote branch 'pietern/cli'
antirez [Wed, 15 Dec 2010 15:03:43 +0000 (16:03 +0100)] 
Merge remote branch 'pietern/cli'

13 years agoSpecify multi-bulk delimiter via options
Pieter Noordhuis [Wed, 15 Dec 2010 15:02:07 +0000 (16:02 +0100)] 
Specify multi-bulk delimiter via options

13 years agoadded new HTML doc pages
antirez [Wed, 15 Dec 2010 14:59:45 +0000 (15:59 +0100)] 
added new HTML doc pages

13 years agoImproved raw output mode
Pieter Noordhuis [Wed, 15 Dec 2010 14:59:04 +0000 (15:59 +0100)] 
Improved raw output mode

Raw output mode is selected by default when STDOUT is not a tty. For
ttys, raw output can be forced using the option "--raw".

13 years agoHTML doc updated
antirez [Wed, 15 Dec 2010 14:49:29 +0000 (15:49 +0100)] 
HTML doc updated

13 years agoversion bumped to 2.1.8
antirez [Wed, 15 Dec 2010 14:22:04 +0000 (15:22 +0100)] 
version bumped to 2.1.8

13 years agoMake redis-cli help a little better
Pieter Noordhuis [Wed, 15 Dec 2010 13:58:18 +0000 (14:58 +0100)] 
Make redis-cli help a little better

13 years agoShow redis-cli version with repository information if present
Pieter Noordhuis [Wed, 15 Dec 2010 13:34:01 +0000 (14:34 +0100)] 
Show redis-cli version with repository information if present

13 years agoMinor changes to Makefile
Pieter Noordhuis [Wed, 15 Dec 2010 11:40:23 +0000 (12:40 +0100)] 
Minor changes to Makefile

13 years agoMerge remote branch 'pietern/string-patches'
antirez [Wed, 15 Dec 2010 10:52:55 +0000 (11:52 +0100)] 
Merge remote branch 'pietern/string-patches'

13 years agoUpdate tests for STRLEN
Pieter Noordhuis [Wed, 15 Dec 2010 10:49:39 +0000 (11:49 +0100)] 
Update tests for STRLEN

13 years agoUse helper function for string object length
Pieter Noordhuis [Wed, 15 Dec 2010 10:49:04 +0000 (11:49 +0100)] 
Use helper function for string object length

13 years agoUse helper functions in APPEND
Pieter Noordhuis [Wed, 15 Dec 2010 10:40:36 +0000 (11:40 +0100)] 
Use helper functions in APPEND

13 years agoDisable negative offsets for SETRANGE
Pieter Noordhuis [Wed, 15 Dec 2010 10:30:50 +0000 (11:30 +0100)] 
Disable negative offsets for SETRANGE

13 years agoAdd fuzzy test for SETBIT
Pieter Noordhuis [Wed, 15 Dec 2010 10:20:54 +0000 (11:20 +0100)] 
Add fuzzy test for SETBIT

13 years agofixed test rendering when test failed in non verbose mode
antirez [Wed, 15 Dec 2010 10:04:04 +0000 (11:04 +0100)] 
fixed test rendering when test failed in non verbose mode

13 years agoprint test names inline in the non verbose output mode
antirez [Wed, 15 Dec 2010 09:44:36 +0000 (10:44 +0100)] 
print test names inline in the non verbose output mode

13 years agocolorized make test output when the verbose output is disabled (default)
antirez [Wed, 15 Dec 2010 09:14:34 +0000 (10:14 +0100)] 
colorized make test output when the verbose output is disabled (default)

13 years agoMake SETBIT return original bit value
Pieter Noordhuis [Tue, 14 Dec 2010 23:42:32 +0000 (00:42 +0100)] 
Make SETBIT return original bit value

13 years agospecial encoding limits redefined, and all the config options for special encodings...
antirez [Tue, 14 Dec 2010 17:23:52 +0000 (18:23 +0100)] 
special encoding limits redefined, and all the config options for special encodings added in the example redis.conf file

13 years agoMerge remote branch 'jonahharris/syslog'
antirez [Tue, 14 Dec 2010 16:53:28 +0000 (17:53 +0100)] 
Merge remote branch 'jonahharris/syslog'

13 years agoMerge remote branch 'pietern/cli-monitor'
antirez [Tue, 14 Dec 2010 16:48:52 +0000 (17:48 +0100)] 
Merge remote branch 'pietern/cli-monitor'

13 years agoremoved a test that will never be true fixing the compilation on Linux
antirez [Tue, 14 Dec 2010 16:46:20 +0000 (17:46 +0100)] 
removed a test that will never be true fixing the compilation on Linux

13 years agoMerge branch 'master' of github.com:antirez/redis
antirez [Tue, 14 Dec 2010 16:42:46 +0000 (17:42 +0100)] 
Merge branch 'master' of github.com:antirez/redis

13 years agoMerge remote branch 'pietern/strrange'
antirez [Tue, 14 Dec 2010 16:42:01 +0000 (17:42 +0100)] 
Merge remote branch 'pietern/strrange'

13 years agoZero-pad timestamps in MONITOR output
Pieter Noordhuis [Tue, 14 Dec 2010 16:39:34 +0000 (17:39 +0100)] 
Zero-pad timestamps in MONITOR output

Original report and fix:
http://code.google.com/p/redis/issues/detail?id=404

13 years agoinitialized a few vars just to avoid warnings, not a real problem.
antirez [Tue, 14 Dec 2010 15:39:33 +0000 (16:39 +0100)] 
initialized a few vars just to avoid warnings, not a real problem.

13 years agoMerge remote branch 'pietern/brpoplpush'
antirez [Tue, 14 Dec 2010 15:26:37 +0000 (16:26 +0100)] 
Merge remote branch 'pietern/brpoplpush'

13 years agoAdd test cases for GETRANGE against integer-encoded strings
Pieter Noordhuis [Tue, 14 Dec 2010 14:35:35 +0000 (15:35 +0100)] 
Add test cases for GETRANGE against integer-encoded strings

13 years agoRefactor and rename SUBSTR to GETRANGE
Pieter Noordhuis [Tue, 14 Dec 2010 14:10:58 +0000 (15:10 +0100)] 
Refactor and rename SUBSTR to GETRANGE

SUBSTR is renamed to GETRANGE to have better consistency between command
names (with SETRANGE as its dual). GETRANGE is still aliased as SUBSTR.

13 years agoAdd SETRANGE command implementation and tests
Pieter Noordhuis [Tue, 14 Dec 2010 13:20:51 +0000 (14:20 +0100)] 
Add SETRANGE command implementation and tests

13 years agocow friendly HGETALL and variants
antirez [Tue, 14 Dec 2010 11:10:51 +0000 (12:10 +0100)] 
cow friendly HGETALL and variants

13 years agoDon't decode object on STRLEN when not necessary
Pieter Noordhuis [Tue, 14 Dec 2010 09:31:11 +0000 (10:31 +0100)] 
Don't decode object on STRLEN when not necessary

13 years agoLinenoise updated to latest version
antirez [Fri, 10 Dec 2010 18:22:13 +0000 (19:22 +0100)] 
Linenoise updated to latest version

13 years agopreviouse INCR implementation restored, was actually faster for some reson not fully...
antirez [Fri, 10 Dec 2010 18:15:00 +0000 (19:15 +0100)] 
previouse INCR implementation restored, was actually faster for some reson not fully clear at the moment

13 years agoMerge remote branch 'pietern/testverbosity'
antirez [Fri, 10 Dec 2010 16:24:03 +0000 (17:24 +0100)] 
Merge remote branch 'pietern/testverbosity'

13 years agodont take the fast path for INCR if the resulting integer will fit into a shared...
antirez [Fri, 10 Dec 2010 16:23:38 +0000 (17:23 +0100)] 
dont take the fast path for INCR if the resulting integer will fit into a shared integer range

13 years agofaster INCR doing far less allocation in common cases
antirez [Fri, 10 Dec 2010 16:03:38 +0000 (17:03 +0100)] 
faster INCR doing far less allocation in common cases

13 years agoBe less verbose in testing; improve error handling
Pieter Noordhuis [Fri, 10 Dec 2010 15:13:21 +0000 (16:13 +0100)] 
Be less verbose in testing; improve error handling

13 years agofixed compilation on Linux
antirez [Fri, 10 Dec 2010 14:47:01 +0000 (15:47 +0100)] 
fixed compilation on Linux

13 years agocommand line option in test suite to activate valgrind mode
antirez [Fri, 10 Dec 2010 14:40:48 +0000 (15:40 +0100)] 
command line option in test suite to activate valgrind mode

13 years agovalgrind suppression file added
antirez [Fri, 10 Dec 2010 14:36:04 +0000 (15:36 +0100)] 
valgrind suppression file added

13 years agoHGET HMGET are now COW friendly, plus API refactoring and changes needed for the...
antirez [Fri, 10 Dec 2010 14:17:55 +0000 (15:17 +0100)] 
HGET HMGET are now COW friendly, plus API refactoring and changes needed for the new implementation.

13 years agoChange function name to match what it does
Pieter Noordhuis [Fri, 10 Dec 2010 11:16:16 +0000 (12:16 +0100)] 
Change function name to match what it does

13 years agoTypo
Pieter Noordhuis [Fri, 10 Dec 2010 11:06:24 +0000 (12:06 +0100)] 
Typo

13 years agoAdd generic function to grow an sds value
Pieter Noordhuis [Fri, 10 Dec 2010 10:58:14 +0000 (11:58 +0100)] 
Add generic function to grow an sds value

Move logic concerned with setting a bit in an sds to the SETBIT command
instead of keeping it in sds.c. The function to grow an sds can and will
be reused for a command to set a range within a string value.

13 years agoSINTER/MEMBERS are now COW friendly, also some refactoring around was needed to get...
antirez [Thu, 9 Dec 2010 20:11:56 +0000 (21:11 +0100)] 
SINTER/MEMBERS are now COW friendly, also some refactoring around was needed to get this result.

13 years agoremoved dup syslog-ident conditional
Jonah H. Harris [Thu, 9 Dec 2010 16:26:33 +0000 (11:26 -0500)] 
removed dup syslog-ident conditional

13 years agoEnforce maximum string value length of 512MB
Pieter Noordhuis [Thu, 9 Dec 2010 16:16:10 +0000 (17:16 +0100)] 
Enforce maximum string value length of 512MB

13 years agosyslog support
Jonah H. Harris [Thu, 9 Dec 2010 16:10:21 +0000 (11:10 -0500)] 
syslog support

13 years agoAdd commands SETBIT/GETBIT
Pieter Noordhuis [Thu, 9 Dec 2010 15:39:33 +0000 (16:39 +0100)] 
Add commands SETBIT/GETBIT

13 years agoCOW friendly versions of SPOP and SRANDMEMBER commands, with some change to the set...
antirez [Thu, 9 Dec 2010 09:21:02 +0000 (10:21 +0100)] 
COW friendly versions of SPOP and SRANDMEMBER commands, with some change to the set encoding-agnostic API.

13 years agoLRANGE converted into a COW friendly command. Some refactoring, comment, and new...
antirez [Tue, 7 Dec 2010 15:33:13 +0000 (16:33 +0100)] 
LRANGE converted into a COW friendly command. Some refactoring, comment, and new addReply*() family function added in the process.

13 years agoDon't execute commands for clients when they are unblocked
Pieter Noordhuis [Mon, 6 Dec 2010 15:39:39 +0000 (16:39 +0100)] 
Don't execute commands for clients when they are unblocked

13 years agoFix case and indent
Pieter Noordhuis [Mon, 6 Dec 2010 15:04:42 +0000 (16:04 +0100)] 
Fix case and indent

13 years agoCheck other blocked clients when value could not be pushed
Pieter Noordhuis [Mon, 6 Dec 2010 15:04:10 +0000 (16:04 +0100)] 
Check other blocked clients when value could not be pushed

13 years agoMove code for pushing on a (blocking) RPOPLPUSH
Pieter Noordhuis [Mon, 6 Dec 2010 13:48:58 +0000 (14:48 +0100)] 
Move code for pushing on a (blocking) RPOPLPUSH

13 years agoRename blpop_blocked_clients to bpop_blocked_clients
Pieter Noordhuis [Mon, 6 Dec 2010 13:05:01 +0000 (14:05 +0100)] 
Rename blpop_blocked_clients to bpop_blocked_clients

13 years agoMove timeout logic
Pieter Noordhuis [Mon, 6 Dec 2010 12:45:48 +0000 (13:45 +0100)] 
Move timeout logic

13 years agoMerge branch 'master' into brpoplpush
Pieter Noordhuis [Mon, 6 Dec 2010 11:31:56 +0000 (12:31 +0100)] 
Merge branch 'master' into brpoplpush

13 years agoadded support for ctrl-l and clear command into redis-cli. To clear the screen is...
antirez [Wed, 1 Dec 2010 10:18:59 +0000 (11:18 +0100)] 
added support for ctrl-l and clear command into redis-cli. To clear the screen is a good idea from time to time :). Also linenoise updated to the current version to support this new feature.

13 years agominor merge conflicts merging cli-help branch fixed
antirez [Tue, 30 Nov 2010 10:39:55 +0000 (11:39 +0100)] 
minor merge conflicts merging cli-help branch fixed

13 years agoFix BRPOPLPUSH behavior for all use cases.
Michel Martens & Damian Janowski [Tue, 30 Nov 2010 02:47:45 +0000 (23:47 -0300)] 
Fix BRPOPLPUSH behavior for all use cases.

13 years agoAdhere to conventions.
Damian Janowski & Michel Martens [Tue, 9 Nov 2010 18:16:09 +0000 (15:16 -0300)] 
Adhere to conventions.

13 years agoRename bstate to bpop.
Damian Janowski & Michel Martens [Tue, 9 Nov 2010 18:06:25 +0000 (15:06 -0300)] 
Rename bstate to bpop.

13 years agoRemove warning.
Damian Janowski & Michel Martens [Tue, 9 Nov 2010 14:00:54 +0000 (11:00 -0300)] 
Remove warning.