2011-03-04 |
antirez | TTL command fixed to work reliably with diskstore
|
commit | commitdiff | tree |
2011-03-04 |
antirez | debugging message moved from REDIS_WARING to REDIS_DEBUG
|
commit | commitdiff | tree |
2011-03-01 |
antirez | Redis manifesto added
|
commit | commitdiff | tree |
2011-02-28 |
antirez | fix type in rdbSaveKeyValuePair() when saving an intset...
|
commit | commitdiff | tree |
2011-02-28 |
antirez | direct saving of specially encoded types implemented...
|
commit | commitdiff | tree |
2011-02-28 |
antirez | define name typo fixed
|
commit | commitdiff | tree |
2011-02-28 |
antirez | added new RDB codes for ziplist encoded lists and intset...
|
commit | commitdiff | tree |
2011-02-28 |
antirez | save ziplist encoded type as a different type id. Done...
|
commit | commitdiff | tree |
2011-02-28 |
antirez | convert the zipmap into hash in rdb loading if the...
|
commit | commitdiff | tree |
2011-02-28 |
antirez | RDB/AOF loading times logged with millisecond precision
|
commit | commitdiff | tree |
2011-02-28 |
antirez | fix for zipmap raw saving in unstable branch
|
commit | commitdiff | tree |
2011-02-28 |
antirez | encoded types API to get blob length
|
commit | commitdiff | tree |
2011-02-28 |
antirez | save zipmap encoded hashes as blobs. Work in progress.
|
commit | commitdiff | tree |
2011-02-25 |
antirez | less delays in diskstore when there are many writes...
|
commit | commitdiff | tree |
2011-02-25 |
antirez | more disk store fields in INFO
|
commit | commitdiff | tree |
2011-02-22 |
antirez | fixed client-libraries/README to reflect the new site...
|
commit | commitdiff | tree |
2011-02-22 |
antirez | linenoise updated
|
commit | commitdiff | tree |
2011-02-22 |
antirez | fixed color support for test suite. Now colors are...
|
commit | commitdiff | tree |
2011-02-21 |
antirez | conflict resolved in cherry pick
|
commit | commitdiff | tree |
2011-02-21 |
antirez | suppress a Linux warning, for 2.2 sake
|
commit | commitdiff | tree |
2011-02-21 |
antirez | check return value of getcwd()
|
commit | commitdiff | tree |
2011-02-17 |
antirez | CONFIG SET/GET for all the special encoding parameters...
|
commit | commitdiff | tree |
2011-02-16 |
antirez | SPOP replication/AOF patch ported to unstable branch
|
commit | commitdiff | tree |
2011-02-14 |
antirez | CONFIG GET/SET dir implemented
|
commit | commitdiff | tree |
2011-02-11 |
antirez | fixed two diskstore issues, a quasi-deadlock creating...
|
commit | commitdiff | tree |
2011-02-09 |
antirez | introduced a new logging function for big messages
|
commit | commitdiff | tree |
2011-02-07 |
antirez | Merge remote branch 'pietern/unstable-brpoplpush' into...
|
commit | commitdiff | tree |
2011-02-07 |
antirez | Fix for the previous port 0 patch, thanks to Pieter...
|
commit | commitdiff | tree |
2011-02-07 |
antirez | If port zero is specified, Redis will not listen for...
|
commit | commitdiff | tree |
2011-01-27 |
antirez | propagate key eviction to slaves and AOF, like for...
|
commit | commitdiff | tree |
2011-01-27 |
antirez | Fixed a theoretical non exploitable security bug reported...
|
commit | commitdiff | tree |
2011-01-26 |
antirez | TODO list updated
|
commit | commitdiff | tree |
2011-01-24 |
antirez | INFO commandstats section reset with config resetstat...
|
commit | commitdiff | tree |
2011-01-24 |
antirez | portability fix in redis benchmark, using zu format...
|
commit | commitdiff | tree |
2011-01-23 |
antirez | Now INFO outputs the "INFO default" output if no argument...
|
commit | commitdiff | tree |
2011-01-23 |
antirez | INFO output refactoring. Now "INFO section" will report...
|
commit | commitdiff | tree |
2011-01-23 |
antirez | profiling information in INFO
|
commit | commitdiff | tree |
2011-01-20 |
antirez | Fixed issue #435 and at the same time introduced explicit...
|
commit | commitdiff | tree |
2011-01-20 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... ...branch 'unstable' of github.com:antirez/redis into unstable
|
commit | commitdiff | tree |
2011-01-20 |
antirez | Fixed compilation on FreeBSD
|
commit | commitdiff | tree |
2011-01-17 |
antirez | a better release note for Redis unstable provided
|
commit | commitdiff | tree |
2011-01-15 |
antirez | default hash encoding settings also fixed in redis...
|
commit | commitdiff | tree |
2011-01-15 |
antirez | lame typo causing bad hashes memory characteristic
|
commit | commitdiff | tree |
2011-01-14 |
antirez | implemented two new INFO fields showing the size of...
|
commit | commitdiff | tree |
2011-01-14 |
antirez | master-slave replication fixed, it was not listing...
|
commit | commitdiff | tree |
2011-01-13 |
antirez | redisServer structure fields reordered for clarity
|
commit | commitdiff | tree |
2011-01-10 |
antirez | TODO modified
|
commit | commitdiff | tree |
2011-01-09 |
antirez | minor aesthetic change in test suite messages
|
commit | commitdiff | tree |
2011-01-09 |
antirez | run both inmemory and diskstore tests.
|
commit | commitdiff | tree |
2011-01-09 |
antirez | fixed bgsave_in_progress in INFO when BGSAVEing with...
|
commit | commitdiff | tree |
2011-01-09 |
antirez | DEBUG FLUSHCACHE needs to wait that everything was...
|
commit | commitdiff | tree |
2011-01-09 |
antirez | test adapted to run with diskstore, and a few bugs...
|
commit | commitdiff | tree |
2011-01-09 |
antirez | initial fix of the test suite to run both in in-memory...
|
commit | commitdiff | tree |
2011-01-09 |
antirez | allocation stats in INFO
|
commit | commitdiff | tree |
2011-01-08 |
antirez | TODO updated
|
commit | commitdiff | tree |
2011-01-08 |
antirez | DEBUG OBJECT fixed with diskstore, force loading
|
commit | commitdiff | tree |
2011-01-08 |
antirez | resolved a problem with delayed loading of keys
|
commit | commitdiff | tree |
2011-01-07 |
antirez | blocking SAVE implemented
|
commit | commitdiff | tree |
2011-01-07 |
antirez | avoid bgsaving temp files
|
commit | commitdiff | tree |
2011-01-07 |
antirez | diskstore BGSAVE should work now
|
commit | commitdiff | tree |
2011-01-07 |
antirez | more work towards diskstore bgsave
|
commit | commitdiff | tree |
2011-01-07 |
antirez | source reshaped a bit to play well with a bgsaving...
|
commit | commitdiff | tree |
2011-01-07 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... ...branch 'unstable' of github.com:antirez/redis-private into unstable
|
commit | commitdiff | tree |
2011-01-07 |
antirez | TODO updated
|
commit | commitdiff | tree |
2011-01-05 |
antirez | BGSAVE work in progress
|
commit | commitdiff | tree |
2011-01-05 |
antirez | Merge remote branch 'pietern/writev-unstable' into...
|
commit | commitdiff | tree |
2011-01-05 |
antirez | IO performances greatly improved under high writes...
|
commit | commitdiff | tree |
2011-01-04 |
antirez | Merge branch 'master' into unstable
|
commit | commitdiff | tree |
2011-01-04 |
antirez | handle end of space on device in a better way
|
commit | commitdiff | tree |
2011-01-04 |
antirez | strictly honour memory limit
|
commit | commitdiff | tree |
2011-01-04 |
antirez | rename(2) used in diskstore.c for atomic updates of...
|
commit | commitdiff | tree |
2011-01-04 |
antirez | TODO list updated
|
commit | commitdiff | tree |
2011-01-03 |
antirez | fixed logging level for debugging message
|
commit | commitdiff | tree |
2011-01-03 |
antirez | stupid bug fixed
|
commit | commitdiff | tree |
2011-01-03 |
antirez | serious performance enhancement of diskstore
|
commit | commitdiff | tree |
2011-01-03 |
antirez | diskstore more fixes
|
commit | commitdiff | tree |
2011-01-03 |
antirez | comments on top of dscache.c updated
|
commit | commitdiff | tree |
2011-01-03 |
antirez | diskstore FLUSH* fixed
|
commit | commitdiff | tree |
2011-01-03 |
antirez | diskstore bug fixing and negative cache proper implementation
|
commit | commitdiff | tree |
2011-01-03 |
antirez | FLUSHALL / FLUSHDB for diskstore implemented
|
commit | commitdiff | tree |
2011-01-02 |
antirez | fixed cache-flush-delay configuration parsing
|
commit | commitdiff | tree |
2011-01-02 |
antirez | fixed a bug in diskstore
|
commit | commitdiff | tree |
2011-01-02 |
antirez | diskstore race condition fixed
|
commit | commitdiff | tree |
2011-01-01 |
antirez | minor comment change of dscache.c
|
commit | commitdiff | tree |
2011-01-01 |
antirez | blocking load fixed with the new design
|
commit | commitdiff | tree |
2011-01-01 |
antirez | implemented a different approach to IO scheduling,...
|
commit | commitdiff | tree |
2010-12-31 |
antirez | minor changes to doc and comments
|
commit | commitdiff | tree |
2010-12-31 |
antirez | negative caching implemented
|
commit | commitdiff | tree |
2010-12-31 |
antirez | don't overload the IO job queue if there are alrady...
|
commit | commitdiff | tree |
2010-12-31 |
antirez | major bug and a dead lock fixed
|
commit | commitdiff | tree |
2010-12-31 |
antirez | brainstorming with myself in dscache.c comments
|
commit | commitdiff | tree |
2010-12-30 |
antirez | blocking load of keys on lookup -- nor tested, nor...
|
commit | commitdiff | tree |
2010-12-30 |
antirez | short but important comment added
|
commit | commitdiff | tree |
2010-12-30 |
antirez | handled DEL command as a special optimized case for...
|
commit | commitdiff | tree |
2010-12-30 |
antirez | diskstore cache bug fixing
|
commit | commitdiff | tree |
2010-12-30 |
antirez | don't use small shared integer objects when disk store...
|
commit | commitdiff | tree |
2010-12-30 |
antirez | added cache-flush-delay configuration directive. Don...
|
commit | commitdiff | tree |
2010-12-30 |
antirez | fixed bugs on diskstore cache
|
commit | commitdiff | tree |
2010-12-30 |
antirez | filesystem based KV store mostly implemented in diskstore.c
|
commit | commitdiff | tree |
2010-12-30 |
antirez | new gitingore
|
commit | commitdiff | tree |
next |