summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Use resolv library in SolarisNanXiao2014-08-121-1/+1
| * Define AR to help with lua cross-compilationDaniel Price2014-08-121-1/+6
| * representRedisNodeFlags() moved into right code section.antirez2014-08-081-38/+41
| * Refactor cluster flag printingcharsyam2014-08-081-20/+36
| * Cleanup double semicolonsMatt Stancliff2014-08-082-2/+2
| * Free memory in clusterLoadConfig error handlerSungBin_Hong2014-08-081-0/+1
| * redis-check-dump: Prevent segfault if can't mallocChris Lamb2014-08-081-0/+1
| * Remove unused LINE_BUFLEN definitioncharsyam2014-08-081-1/+0
| * Reject MOVE to non-integer DBsMatt Stancliff2014-08-082-1/+12
| * pubsub: Return integers for NUMSUB, not stringsMatt Stancliff2014-08-082-1/+5
| * Avoid unnecessary decoding in ziplist.cXiaojie Zhang2014-08-081-13/+13
| * Improve accuracy of HAVE_ATOMIC dependency checkSamuel Chou2014-08-081-1/+6
| * Remove redundant event loop fd processingJim Howard2014-08-081-2/+2
| * memtest: Add missing free()Xian Li2014-08-081-0/+1
| * src/Makefile: Reword "to run make test" messageJoshua Anderson2014-08-081-1/+1
| * Use 'void' for zero-argument functionscubicdaiya2014-08-086-20/+20
| * Fix assert technical correctnessMatt Stancliff2014-08-081-1/+1
| * install_server.sh: add missing bangJan-Erik Rediger2014-08-071-2/+2
| * Change unixsocketperm comment to 700 from 755Edgars Irmejs2014-08-071-1/+1
| * redis-check-dump: use names instead of magic numsripcurld00d2014-08-071-1/+3
| * Fix issues raised by clang analyzerKashif Rasul2014-08-072-4/+4
| * Force quit when receiving a second SIGINT.antirez2014-08-072-2/+14
| * Add graceful exit when Ctrl-C is receivedMatt Stancliff2014-08-071-5/+17
| * Fix intset midpoint selectionMatt Stancliff2014-08-071-1/+1
| * Fix key extraction for SORTMatt Stancliff2014-08-072-2/+11
| * Handle large getrange requestsJan-Erik Rediger2014-08-072-1/+6
| * scripting: no eval with negative key countMatt Stancliff2014-08-072-0/+8
| * cluster: fix node connection memory leakkingsumos2014-08-071-1/+3
| * redis-cli: fix latency result outputJan-Erik Rediger2014-08-071-4/+8
| * Remove redundant else/return blockWei Jin2014-08-071-2/+0
| * Clarify AIX "#undef hz".antirez2014-08-071-1/+2
| * Add support for compiling on AIXsiahl2014-08-076-3/+26
| * redis-cli: Add --no-raw optionMatt Stancliff2014-08-071-0/+3
| * redis-cli: stop showing incorrectly selected DBMatt Stancliff2014-08-071-1/+6
| * redis-cli: Re-attach selected DB after authMatt Stancliff2014-08-071-1/+5
* | Fix undefined behavior in ll2string().antirez2014-08-151-1/+5
|/
* Merge pull request #1896 from yossigo/bgsave-signal-fixSalvatore Sanfilippo2014-07-281-1/+1
|\
| * Fail SYNC if background save child aborted due to a signal.Yossi Gottlieb2014-07-281-1/+1
|/
* * fixed doc URL for keyspace eventsvps2014-07-281-1/+1
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2014-07-281-1/+2
|\
| * Merge pull request #1895 from mattrobenolt/patch-1Salvatore Sanfilippo2014-07-281-1/+2
| |\
| | * Fix spelling of "stand alone" in ascii artMatt Robenolt2014-07-281-1/+2
| |/
* | Cluster test: unit 07, replicas migration.antirez2014-07-281-0/+47
* | Cluster test: unit 06 cluster creation comment fixed.antirez2014-07-281-2/+1
|/
* Cluster test: node reachability condition fixed.antirez2014-07-251-1/+2
* Cluster test: init test, be patient during restarts.antirez2014-07-251-2/+7
* Cluster test: 03 unit speedup, don't send WAIT to slaves.antirez2014-07-251-2/+5
* Cluster test: unit 06, slaves with stale data can't failover.antirez2014-07-252-0/+75
* Example redis.conf: improve slaveof description.antirez2014-07-251-3/+12
* Cluster test: new unit 05, slave selection.antirez2014-07-251-0/+94