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...
|
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...
|
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 |
2010-12-30 |
antirez | more work done for diskstore without trying to compile...
|
commit | commitdiff | tree |
2010-12-30 |
antirez | fixed a few bugs in DS store, now it's somewhat about...
|
commit | commitdiff | tree |
2010-12-29 |
antirez | disk store logged messages improved
|
commit | commitdiff | tree |
2010-12-29 |
antirez | diskstore directory structure creation
|
commit | commitdiff | tree |
2010-12-29 |
antirez | cron part of disk store object cache implemented. Objects...
|
commit | commitdiff | tree |
2010-12-29 |
antirez | touched key for WATCH refactored into a more general...
|
commit | commitdiff | tree |
2010-12-29 |
antirez | version set to 2.3.0
|
commit | commitdiff | tree |
2010-12-29 |
antirez | more step forwards for disk store to be able to run
|
commit | commitdiff | tree |
2010-12-29 |
antirez | implemented complete job handling
|
commit | commitdiff | tree |
2010-12-29 |
antirez | still more work for diskstore
|
commit | commitdiff | tree |
2010-12-28 |
antirez | more work converting vm into object cache
|
commit | commitdiff | tree |
2010-12-28 |
antirez | removed parts of VM that probably will be of no use...
|
commit | commitdiff | tree |
2010-12-28 |
antirez | a lot of code reworked/removed to implement object...
|
commit | commitdiff | tree |
2010-12-28 |
antirez | initial changes needed to turn the current VM code...
|
commit | commitdiff | tree |
2010-12-28 |
antirez | added diskstore.c in Makefile and prototypes in redis.h
|
commit | commitdiff | tree |
2010-12-26 |
antirez | added diskstore.c, currently just a stub
|
commit | commitdiff | tree |
2010-12-23 |
antirez | Merge remote branch 'pietern/bench-fix'
|
commit | commitdiff | tree |
2010-12-20 |
antirez | added mkrelease.sh script into utils. gitignore modified...
|
commit | commitdiff | tree |
2010-12-20 |
antirez | Merge branch 'master' of github.com:antirez/redis
|
commit | commitdiff | tree |
2010-12-20 |
antirez | TODO udpated
|
commit | commitdiff | tree |
2010-12-19 |
antirez | help.h updated
|
commit | commitdiff | tree |
2010-12-19 |
antirez | removed some dead code, added evicted keys counter...
|
commit | commitdiff | tree |
2010-12-19 |
antirez | overflow detection in INCR family functions
|
commit | commitdiff | tree |
2010-12-15 |
antirez | help.h updated
|
commit | commitdiff | tree |
2010-12-15 |
antirez | added the mandatory Cheers in the release notes
|
commit | commitdiff | tree |
2010-12-15 |
antirez | release notes, info on 2.0 compatibility
|
commit | commitdiff | tree |
2010-12-15 |
antirez | added more info in the release notes
|
commit | commitdiff | tree |
2010-12-15 |
antirez | removed a line from release notes that was not true...
|
commit | commitdiff | tree |
next |