summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Now that's the right 1.3.10v1.3.10antirez2010-04-211-1/+1
* Revert "fsync always now uses O_DIRECT on Linux"antirez2010-04-212-15/+1
* Revert "define __USE_GNU to get O_DIRECT"antirez2010-04-211-1/+0
* Merge branch 'master' of github.com:antirez/redisantirez2010-04-212-1/+16
|\
| * define __USE_GNU to get O_DIRECTantirez2010-04-201-0/+1
| * fsync always now uses O_DIRECT on Linuxantirez2010-04-202-1/+15
* | Revert "version 1.3.10"antirez2010-04-211-1/+1
* | version 1.3.10antirez2010-04-211-1/+1
|/
* More precise memory used guesswork in zmalloc.cantirez2010-04-201-2/+6
* Fix for MULTI/EXEC and Replication/AOF: now the block is correctly sent as MU...antirez2010-04-191-0/+25
* running the test using tcl8.5 directly instead of tclsh that too often it's a...antirez2010-04-192-2/+2
* Added package require Tcl 8.5 in redis.tcl so it will show a clear error when...antirez2010-04-191-0/+1
* Fix for a SORT bug introduced with commit 16fa22f1, regression test addedantirez2010-04-182-5/+13
* Guru mediation -> meditationantirez2010-04-181-1/+1
* check eptr inlinePieter Noordhuis2010-04-171-10/+4
* refactor code that retrieves value from object or replies to clientPieter Noordhuis2010-04-171-58/+80
* Merge branch 'hash' of git://github.com/pietern/redisantirez2010-04-171-2/+31
|\
| * make sure that the resulting value in hincrby is encoded when possiblePieter Noordhuis2010-04-171-3/+21
| * increment dirty counter after hmsetPieter Noordhuis2010-04-171-0/+1
| * strip tryObjectEncoding from hashSet, to enable the arguments being encoded i...Pieter Noordhuis2010-04-171-1/+11
* | redisAssert(0) => redisPanic("something meaningful")antirez2010-04-171-9/+9
|/
* Added support for Guru Mediation, and raising a guru mediation if refCount <=...antirez2010-04-171-0/+12
* fix small error and memory leaks in SORTPieter Noordhuis2010-04-161-11/+16
* SORT/GET test addedantirez2010-04-161-0/+18
* Added tests for GET/BY against hashes fieldsantirez2010-04-161-1/+26
* Merge branch 'hash-refactor' of git://github.com/pietern/redisantirez2010-04-163-335/+355
|\
| * check object type in lookupKeyByPatternPieter Noordhuis2010-04-161-4/+4
| * make sortCommand aware that lookupKeyByPattern always increased the refcount ...Pieter Noordhuis2010-04-161-9/+16
| * revert 0c390a to stop using tricks with o->refcountPieter Noordhuis2010-04-161-14/+10
| * store the hash iterator on the heap instead of the stackPieter Noordhuis2010-04-161-7/+10
| * drop inline directivePieter Noordhuis2010-04-161-3/+3
| * rename hashReplace to hashSetPieter Noordhuis2010-04-161-5/+5
| * make sure that cmpobj is in decoded form when sorting by ALPHA (this solves e...Pieter Noordhuis2010-04-151-14/+8
| * enable hash dereference in SORT on BY and GETPieter Noordhuis2010-04-151-34/+55
| * use shared replies for hsetPieter Noordhuis2010-04-151-2/+2
| * set refcount of string objects retrieved from zipmaps to 0, so we don't have ...Pieter Noordhuis2010-04-151-11/+15
| * added HSETNXPieter Noordhuis2010-04-153-1/+41
| * refactor of hash commands to use specialized api that abstracts zipmap and di...Pieter Noordhuis2010-04-151-291/+246
| * move retrieval of long up to prevent an empty hash from being createdPieter Noordhuis2010-04-151-2/+2
* | added dictFetchValue() to dict.c to make hash table API a bit less verbose in...antirez2010-04-162-0/+8
* | Don't set expire to keys with ttl=0, remove them immediately.v1.3.9Konstantin Merenkov2010-04-151-1/+1
|/
* more advanced leaks detection in test redisantirez2010-04-151-1/+10
* ability to select port/host from make testantirez2010-04-152-7/+10
* Active rehashingantirez2010-04-154-35/+90
* Incrementally rehahsing hash table! Thanks to Derek Collison and Pieter Noord...antirez2010-04-155-823/+938
* Does not allow commands other than Pub/Sub commands when there is at least on...antirez2010-04-142-1/+31
* Fixed a tiny memory leak when loading the configuration file.Alex McHale2010-04-131-4/+1
* Merge branch 'hmget' of git://github.com/pietern/redisantirez2010-04-134-4/+96
|\
| * implemented HMGETPieter Noordhuis2010-04-124-4/+96
* | Validate numeric inputs.Alex McHale2010-04-132-36/+125