summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Cluster: don't migrate to a master that never had slaves.antirez2014-07-251-1/+9
* 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-33/+60
* Add double field in dict.c entry value union.antirez2014-07-221-0/+5
* CLUSTER RESET: Flush dataset if node is a slave.antirez2014-07-221-1/+3
* Cluster test: use larger keyspace in resharding test.antirez2014-07-211-1/+1
* Cluster test: unit 04, consistency during resharding.antirez2014-07-211-0/+90
* Cluster: fix redis-trib --from all.antirez2014-07-211-0/+4
* redis-trib: allow to reshard in non-interactive way.antirez2014-07-181-37/+82
* Cluster test: test that writes are retained during failovers.antirez2014-07-181-2/+13
* 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/+3
* Variadic PING with support for Pub/Sub.antirez2014-07-161-2/+22
* PubSub clients refactoring and new PUBSUB flag.antirez2014-07-164-8/+18
* RDB: load string objects directly as EMBSTR objects when possible.antirez2014-07-161-5/+6
* Merge pull request #1870 from michael-grunder/object_aritySalvatore Sanfilippo2014-07-142-2/+2
|\
| * Fix OBJECT aritymichael-grunder2014-07-112-2/+2
|/
* Fix typo in LATENCY DOCTOR output.antirez2014-07-111-1/+1
* Test: more reliable AOF rewrite test under write load.antirez2014-07-101-0/+10
* LATENCY command / monitor basic tests.antirez2014-07-101-0/+50
* LATENCY HISTORY returns empty array if no data is available.antirez2014-07-101-2/+5