summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add LISMEMBER.twitter-20100804Robey Pointer2010-08-024-0/+51
* 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
* make install target, finally ;)antirez2010-07-062-1/+12
* top level Makefile added, so you do not need to cd srcantirez2010-07-061-0/+9
* improved random dataset creation in test: del, sunionstore, zunionstoreantirez2010-07-061-2/+30
* First implementation of a replication consistency testantirez2010-07-061-0/+15
* merged code from 184d74ab, 4774a53b, f483ce5f to new file structurePieter Noordhuis2010-07-052-10/+8
* INSTALL file added BETATESTING.txt removedantirez2010-07-052-9/+19
* Fixed compilation on *BSD systemsantirez2010-07-052-0/+2
* Fixed a crash loading the AOF file containing MULTI/EXEC, a result of WATCH i...antirez2010-07-051-0/+2
* WATCH will now consider touched keys target of EXPIRE command after the WATCH...antirez2010-07-052-0/+23
* Compilation fixed on Linux after the source code splitantirez2010-07-016-4/+17
* Fixed MONITOR output for consistency: now integer encoded values are also for...antirez2010-07-011-1/+1
* Fix the AOF fix of the latest commit ;)antirez2010-07-011-4/+4
* fixed error code checking for *write operations and return value in AOF rewri...antirez2010-07-011-4/+4
* Merged with splitantirez2010-07-0168-12104/+11998
|\
| * minor aesthetic changeantirez2010-07-011-0/+8
| * TODO updatedantirez2010-07-011-19/+10
| * Version is now 2.1.2antirez2010-07-011-1/+1