summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove client from list of unblocked clients when it is free'd2.3-alpha0Pieter Noordhuis2011-01-174-1/+12
* default hash encoding settings also fixed in redis.confantirez2011-01-151-2/+2
* lame typo causing bad hashes memory characteristicantirez2011-01-151-2/+2
* implemented two new INFO fields showing the size of clients max input and out...antirez2011-01-143-0/+26
* master-slave replication fixed, it was not listing any key using KEYS command...antirez2011-01-141-2/+2
* redisServer structure fields reordered for clarityantirez2011-01-141-7/+9
* TODO modifiedantirez2011-01-101-0/+11
* minor aesthetic change in test suite messagesantirez2011-01-091-1/+1
* run both inmemory and diskstore tests.antirez2011-01-092-39/+40
* fixed bgsave_in_progress in INFO when BGSAVEing with diskstore enabled, don't...antirez2011-01-094-10/+13
* DEBUG FLUSHCACHE needs to wait that everything was synched on diskantirez2011-01-091-0/+3
* test adapted to run with diskstore, and a few bugs fixedantirez2011-01-097-14/+39
* initial fix of the test suite to run both in in-memory and diskstore modeantirez2011-01-095-25/+147
* allocation stats in INFOantirez2011-01-093-12/+39
* TODO updatedantirez2011-01-081-2/+0
* DEBUG OBJECT fixed with diskstore, force loadingantirez2011-01-081-2/+3
* resolved a problem with delayed loading of keysantirez2011-01-081-1/+2
* blocking SAVE implementedantirez2011-01-083-2/+24
* avoid bgsaving temp filesantirez2011-01-071-1/+3
* diskstore BGSAVE should work nowantirez2011-01-075-25/+86
* more work towards diskstore bgsaveantirez2011-01-076-11/+34
* source reshaped a bit to play well with a bgsaving thread, still work to do, ...antirez2011-01-078-54/+103
* Merge branch 'unstable' of github.com:antirez/redis-private into unstableantirez2011-01-0710-129/+114
|\
| * BGSAVE work in progressantirez2011-01-055-10/+97
| * Merge remote branch 'pietern/writev-unstable' into unstableantirez2011-01-056-119/+17
| |\
| | * Remove newlines for networking errorsPieter Noordhuis2011-01-051-15/+15
| | * Remove glueoutputbuf from redis.confPieter Noordhuis2011-01-051-5/+0
| | * Remove glueoutputbuf option and broken codePieter Noordhuis2011-01-054-99/+2
* | | TODO updatedantirez2011-01-071-6/+5
|/ /
* | IO performances greatly improved under high writes loadantirez2011-01-052-80/+113
|/
* Merge branch 'master' into unstableantirez2011-01-0423-324/+803
|\
| * Merge remote branch 'pietern/bench-fix'antirez2010-12-231-145/+111
| |\
| | * Randomize keys and set start time when first write event firesPieter Noordhuis2010-12-231-15/+5
| | * Find substrings to randomize when the client is createdPieter Noordhuis2010-12-231-31/+27
| | * Make the MSET benchmark *really* work with 10 keysPieter Noordhuis2010-12-221-4/+6
| | * Remove code duplicationPieter Noordhuis2010-12-221-111/+34
| | * Add wait states to deal with many connections.Didier Spezia2010-12-181-0/+11
| | * Use multi-bulk protocol by default in redis-benchmarkPieter Noordhuis2010-12-181-30/+78
| | * Re-use variable data in redis-benchmarkPieter Noordhuis2010-12-161-18/+8
| | * Fix NULL-termination of variable data in redis-benchmarkPieter Noordhuis2010-12-161-1/+7
| | * Update hiredis to 0.9.2Pieter Noordhuis2010-12-1616-173/+678
| * | Fix compiler warnings on SolarisPieter Noordhuis2010-12-233-4/+8
| * | limits.h is already included from redis.hPieter Noordhuis2010-12-231-1/+0
| * | Solaris 10 doesn't know AF_LOCALPieter Noordhuis2010-12-231-0/+4
| * | Solaris doesn't support -rdynamicPieter Noordhuis2010-12-231-1/+2
| * | Update hiredis to 0.9.2Pieter Noordhuis2010-12-2316-173/+678
* | | handle end of space on device in a better wayantirez2011-01-041-1/+10
* | | strictly honour memory limitantirez2011-01-042-9/+17
* | | rename(2) used in diskstore.c for atomic updates of keysantirez2011-01-041-7/+22
* | | TODO list updatedantirez2011-01-041-0/+10