summaryrefslogtreecommitdiff
path: root/redis.c
Commit message (Expand)AuthorAgeFilesLines
* Changed the reply of BGSAVE and BGREWRITEAOF from +OK to a more meaningful me...antirez2009-12-131-2/+4
* Set the master->slave logical client as authenticated on creation, so that if...antirez2009-12-131-0/+1
* bgrewriteaof_in_progress added to INFOantirez2009-12-121-0/+2
* some change to redis-sha1.rb utility to make it more robust against non-meani...antirez2009-12-111-1/+1
* a bit more verbose -ERR wrong number o arguments error, now gives info about ...antirez2009-12-101-3/+7
* TODO change and minor SETNX optimizationantirez2009-12-101-1/+1
* in rdbLoadDoubleValue now the buffer is nul terminated correctly. Thanks valg...antirez2009-12-061-0/+1
* printf format warnings fixed by castingantirez2009-12-061-7/+8
* Regression tests for SETNX and MSETNX bugs addedantirez2009-12-061-1/+1
* SETNX and MSETNX now respect the delete-on-write operation of EXPIREing keysantirez2009-12-061-4/+8
* Fixed daemonization when using kqueue/kevent. Now the server initialization i...antirez2009-12-061-3/+3
* more HTML doc changesantirez2009-12-051-1/+1
* use __attribute__ format in sdscatprintf() when the compiler is GCC. Fixed fo...antirez2009-12-051-18/+19
* compilation problem on 64bit mac os x 10.5 possibly fixedantirez2009-12-011-1/+5
* Fixed issued #85 (getDecodedObject: Assertion 1 != 1 failed. While sorting a ...antirez2009-11-301-29/+50
* Version chagned to 1.100, also known as the first first 2.0 beta versionantirez2009-11-291-1/+1
* more tests in test-redis.tcl, some minor fixantirez2009-11-291-1/+2
* SORT support for sorted setsantirez2009-11-291-5/+18
* Implemented LIMIT option in ZRANGEBYSCORE. We now enter feature-freezeantirez2009-11-281-1/+20
* ZRANGEBYSCORE memory leak fixed, ZRANGEBYSCORE initial test addedantirez2009-11-281-0/+1
* INFO refactored. Stack trace on memory corruption now dumps the same informat...antirez2009-11-281-27/+15
* ifdefs added to use kevent on Free Open and Net BSD as well. INFO and ae.c mo...antirez2009-11-281-0/+2
* Enabled object encoding for multiple keys in MSET. Added a test for memory le...antirez2009-11-281-0/+1
* Changes to TODO list, commented a function in redis.cantirez2009-11-281-1/+5
* zero length bulk data reading fixed in loadAppendOnlyFile()antirez2009-11-261-1/+1
* append only file fixesantirez2009-11-261-2/+15
* log rebuilding, random refactoring, work in progress please wait for an OK co...antirez2009-11-261-110/+382
* DEBUG RELOAD implemented, and test-redis.tcl modified to use it to check for ...antirez2009-11-241-1/+13
* Redis version set to 1.07antirez2009-11-241-1/+1
* sorted sets saving fixedantirez2009-11-241-44/+44
* ae.c now supports multiple polling API modules, even if only ae_select.c is i...antirez2009-11-231-5/+5
* version incremented up to 1.06antirez2009-11-211-1/+1
* Fixed a SORT memory leak that should never happen in practiceantirez2009-11-211-1/+4
* SORT GET # implemented, with a testantirez2009-11-211-1/+12
* ZINCRBY return value fixedantirez2009-11-201-2/+2
* ZINCRSCOREBY => ZINCRBYantirez2009-11-201-7/+7
* ZINCRSCOREBY implementedantirez2009-11-191-22/+73
* writev() finally uncommented againantirez2009-11-191-2/+0
* redis-benchmark hopefully last bug with multi bulk reply fixedantirez2009-11-191-0/+2
* Use writev(2) if glue output buffers is disabledantirez2009-11-191-4/+3
* more experiments with long replies, glue output buffer, and writev.antirez2009-11-181-20/+17
* benchmarking with different number of LRANGE elements. Ability to change the ...antirez2009-11-181-2/+3
* support for writev implemented but currently ifdef-ed in order to understan w...antirez2009-11-171-1/+97
* Solaris fix thanks to Alan Harderantirez2009-11-121-1/+1
* ZSCORE fixed, now returns NULL on missing key or missing elementantirez2009-11-121-1/+1
* LPOPPUSH renamed into RPOPLPUSHantirez2009-11-121-4/+4
* Removed a long time warning compiling with recent GCC on Linuxantirez2009-11-111-1/+3
* LPUSHPOP first implementationantirez2009-11-111-2/+68
* Tcl script, make target, and redis.c changes to build the static symbol table...antirez2009-11-101-214/+108
* Implemented a much better lazy expiring algorithm for EXPIREantirez2009-11-101-4/+12