summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove duplicate prototypes in redis.hcharsyam2014-08-271-3/+1
* Use resolv library in SolarisNanXiao2014-08-271-1/+1
* Define AR to help with lua cross-compilationDaniel Price2014-08-271-1/+6
* Cleanup double semicolonsMatt Stancliff2014-08-272-2/+2
* redis-check-dump: Prevent segfault if can't mallocChris Lamb2014-08-271-0/+1
* Remove unused LINE_BUFLEN definitioncharsyam2014-08-271-1/+0
* Reject MOVE to non-integer DBsMatt Stancliff2014-08-272-1/+12
* pubsub: Return integers for NUMSUB, not stringsMatt Stancliff2014-08-272-1/+5
* Avoid unnecessary decoding in ziplist.cXiaojie Zhang2014-08-271-13/+13
* Improve accuracy of HAVE_ATOMIC dependency checkSamuel Chou2014-08-271-1/+6
* Remove redundant event loop fd processingJim Howard2014-08-271-2/+2
* memtest: Add missing free()Xian Li2014-08-271-0/+1
* src/Makefile: Reword "to run make test" messageJoshua Anderson2014-08-271-1/+1
* Use 'void' for zero-argument functionscubicdaiya2014-08-276-20/+20
* Fix assert technical correctnessMatt Stancliff2014-08-271-1/+1
* install_server.sh: add missing bangJan-Erik Rediger2014-08-271-2/+2
* Change unixsocketperm comment to 700 from 755Edgars Irmejs2014-08-271-1/+1
* redis-check-dump: use names instead of magic numsripcurld00d2014-08-271-1/+3
* Fix issues raised by clang analyzerKashif Rasul2014-08-272-4/+4
* Force quit when receiving a second SIGINT.antirez2014-08-272-2/+14
* Add graceful exit when Ctrl-C is receivedMatt Stancliff2014-08-271-5/+17
* Fix intset midpoint selectionMatt Stancliff2014-08-271-1/+1
* Handle large getrange requestsJan-Erik Rediger2014-08-272-1/+6
* scripting: no eval with negative key countMatt Stancliff2014-08-272-0/+8
* redis-cli: fix latency result outputJan-Erik Rediger2014-08-271-4/+8
* Remove redundant else/return blockWei Jin2014-08-271-2/+0
* Clarify AIX "#undef hz".antirez2014-08-271-0/+2
* Add support for compiling on AIXsiahl2014-08-276-3/+25
* redis-cli: Add --no-raw optionMatt Stancliff2014-08-271-0/+3
* redis-cli: stop showing incorrectly selected DBMatt Stancliff2014-08-271-1/+6
* redis-cli: Re-attach selected DB after authMatt Stancliff2014-08-271-1/+5
* Fail SYNC if background save child aborted due to a signal.Yossi Gottlieb2014-07-281-1/+1
* Merge pull request #1894 from veselov/2.8Salvatore Sanfilippo2014-07-281-1/+1
|\
| * * fixed doc URL for keyspace eventsvps2014-07-271-1/+1
|/
* Example redis.conf: improve slaveof description.antirez2014-07-251-3/+12
* Fix util.c compilation by including stdint.h.antirez2014-07-231-0/+1
* Faster ll2string() implementation.antirez2014-07-231-21/+80
* PFSELFTEST: less false positives.antirez2014-07-231-2/+10
* Test: check sorted set elements order after union.antirez2014-07-221-0/+22
* Remove useless var and check in zunionInterGenericCommand().antirez2014-07-221-2/+1
* ZUNIONSTORE reimplemented for speed.antirez2014-07-221-32/+60
* Add double field in dict.c entry value union.antirez2014-07-221-0/+5
* Test: Pub/Sub PING.antirez2014-07-181-0/+16
* Test: small integer sharing depends on maxmemory policy.antirez2014-07-181-0/+24
* PING: backward compatible error for wrong number of args.antirez2014-07-181-1/+2
* tryObjectEncoding(): use shared objects with maxmemory and non-LRU policy.antirez2014-07-181-1/+5
* Variadic PING with support for Pub/Sub.antirez2014-07-181-2/+22
* PubSub clients refactoring and new PUBSUB flag.antirez2014-07-184-8/+19
* Redis 2.8.13.2.8.13antirez2014-07-142-1/+19
* Fix OBJECT aritymichael-grunder2014-07-142-2/+2