summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change getDoubleFromObject to fail on NaN.Pieter Noordhuis2010-07-292-12/+10
* Fix ZUNIONSTORE/ZINTERSTORE to never store a NaN score.Pieter Noordhuis2010-07-291-0/+4
* fix of the fix for the replication bugantirez2010-07-281-0/+1
* Fixed a replication bug in ZINTERSTORE.antirez2010-07-281-3/+7
* fixed a ziplist bug about encoding of integer values overflowing 64 bitantirez2010-07-271-6/+20
* malloc definition with deprecated attribute was duplicated, one removedantirez2010-07-271-1/+0
* STRLEN command implementedantirez2010-07-273-0/+11
* 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
* 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-161-2/+1
* WATCH is now affected only when write commands actually modify the key contentantirez2010-07-127-5/+38
* 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 target, finally ;)antirez2010-07-061-0/+11
* merged code from 184d74ab, 4774a53b, f483ce5f to new file structurePieter Noordhuis2010-07-052-10/+8
* Fixed compilation on *BSD systemsantirez2010-07-051-0/+1
* 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-051-0/+2
* 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
* minor aesthetic changeantirez2010-07-011-0/+8
* Version is now 2.1.2antirez2010-07-011-1/+1
* Make log target fixedantirez2010-07-011-1/+1
* redis.c split into many different C files.antirez2010-07-0160-0/+20196