summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix code review comments.twitter-20100825Robey Pointer2010-08-233-12/+15
* split out sigterm handling from sigsegv, so that term is always handled.Robey Pointer2010-08-201-1/+6
* add maxmemory_margin to allow for forcibly freeing more than the bare minimum...Robey Pointer2010-08-203-3/+14
* add "keystolist" command.Robey Pointer2010-08-203-8/+50
* add memory_pressure_selection config.Robey Pointer2010-08-193-1/+5
* add "dumpcore" config to avoid setting up the segv handler if you don't want it.Robey Pointer2010-08-193-2/+10
* HAPLO-2: dbDelete expects an robj, but items in the expires hashtable are jus...Robey Pointer2010-08-191-1/+3
* weird. redis tries to save the db on exit, even if you asked it not to. patch...Robey Pointer2010-08-191-11/+15
* redis cli argument splitting is general and is now moved into the sds.c libantirez2010-08-053-67/+81
* PERSIST: a fix and some basic testantirez2010-08-032-2/+15
* PERSIST command implementedantirez2010-08-033-5/+17
* replication test with expiresantirez2010-08-032-1/+26
* Merge remote branch 'pietern/test-encoding-fix' into writeonexpireantirez2010-08-031-2/+2
|\
| * Fix assertion function on value encodingPieter Noordhuis2010-08-011-2/+2
* | no longer passing tests due to the new write-on-volatile semantics modified/r...antirez2010-08-032-15/+8
* | allow to set a new EXPIRE of an existing volatile keyantirez2010-08-032-15/+9
* | memory leak removed from expire propagation codeantirez2010-08-021-1/+2
* | support for write operations against expiring keys, by master-controlled expi...antirez2010-08-024-49/+86
|/
* Merge remote branch 'pietern/list-test'2.2-alpha0antirez2010-07-312-90/+102
|\
| * Use a large value to consistently trigger a list encoding,Pieter Noordhuis2010-07-291-87/+94
| * ensure the value is swapped in before testing its encodingPieter Noordhuis2010-07-291-3/+8
* | Change getDoubleFromObject to fail on NaN.Pieter Noordhuis2010-07-293-27/+31
* | Fix ZUNIONSTORE/ZINTERSTORE to never store a NaN score.Pieter Noordhuis2010-07-292-0/+28
|/
* fix of the fix for the replication bugantirez2010-07-281-0/+1
* Fixed a replication bug in ZINTERSTORE.antirez2010-07-281-3/+7
* better random dataset creation function in test. master-slave replication tes...antirez2010-07-282-31/+54
* fixed a ziplist bug about encoding of integer values overflowing 64 bitantirez2010-07-271-6/+20
* removed test code having bad effects...antirez2010-07-271-1/+0
* Consistency test improvedantirez2010-07-272-17/+100
* malloc definition with deprecated attribute was duplicated, one removedantirez2010-07-271-1/+0
* STRLEN command implementedantirez2010-07-274-0/+25
* hash table example commented out in dict.cantirez2010-07-271-0/+7
* use the function deprecated attribute if compiling with GCC to get warnings f...antirez2010-07-272-1/+9
* Add zcalloc and use it where appropriateBenjamin Kramer2010-07-254-6/+18
* Remove _dictAlloc and friendsBenjamin Kramer2010-07-241-39/+12
* Reduce code duplicationBenjamin Kramer2010-07-241-39/+21
* exit with non-zero status when there are failed testsPieter Noordhuis2010-07-231-3/+3
* don't open/close log file if log level is not matchedantirez2010-07-221-12/+11
* fix rare condition where 'key' would already be destroyed while is was needed...Pieter Noordhuis2010-07-221-0/+6
* defensive programming: set o->ptr to NULL before freeing objectsantirez2010-07-221-0/+1
* other shared objects where created in the I/O thread in createStringObjectFro...antirez2010-07-221-1/+2
* minor typo fixed in a commentantirez2010-07-221-1/+1
* don't use object sharing inside I/O threads, as a fix for a well known instab...antirez2010-07-223-2/+11
* vm_blocked_clients count fixed in INFO, thanks to Pietern Noordhuisantirez2010-07-211-11/+16
* TODO list modified, trivial change to source codeantirez2010-07-162-4/+8
* WATCH is now affected only when write commands actually modify the key contentantirez2010-07-128-5/+40
* fmacro included in linenoise.cantirez2010-07-091-0/+2
* redis-cli history saved across sessionsantirez2010-07-073-7/+54
* redis-cli is now able to report version information using -vantirez2010-07-061-1/+5
* Make install fixed using a dummy tagetantirez2010-07-061-1/+6