summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use cached time in expireCommand()less-mstimeantirez2015-05-041-1/+2
* Update cached time during slow scripts & transactionsantirez2015-05-042-1/+6
* Less gettimeofday() calls in activeExpireCycle().antirez2015-04-301-3/+5
* Avoid gettimeofday() in expireIfNeeded() when possible.antirez2015-04-291-1/+15
* A way to disable time accounting in call().antirez2015-04-292-4/+13
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2015-04-291-3/+3
|\
| * Merge pull request #2550 from badboy/readme-fixesSalvatore Sanfilippo2015-04-291-3/+3
| |\
| | * One more small fixJan-Erik Rediger2015-04-281-1/+1
| | * Fix spelling and grammatical errors in readmeJan-Erik Rediger2015-04-281-3/+3
* | | Add header guard for ziplist.hantirez2015-04-291-0/+5
|/ /
* | Fix Sentinel memory leak (hiredis bug)antirez2015-04-281-0/+1
|/
* sha1.c: use standard uint32_t.antirez2015-04-272-11/+11
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2015-04-271-1/+1
|\
| * Merge pull request #2539 from itamarhaber/patch-4Salvatore Sanfilippo2015-04-241-1/+1
| |\
| | * Added reference to IANA ticket for port 6379Itamar Haber2015-04-241-1/+1
| |/
* | Example redis.conf doc about pidfile fixed.antirez2015-04-261-2/+9
|/
* Net: improve prepareClientToWrite() error handling and comments.antirez2015-04-012-10/+37
* Merge pull request #2485 from oranagra/diskless-repl-fixesSalvatore Sanfilippo2015-04-012-1/+2
|\
| * fixes to diskless replication.Oran Agra2015-03-312-1/+2
* | Test: be more patient waiting for servers to exit.antirez2015-03-311-1/+6
|/
* Fix setTypeNext call assuming NULL can be passed.antirez2015-03-311-2/+10
* Sentinel / Cluster test: exit with non-zero error code on failures.antirez2015-03-303-0/+16
* Set: setType*() API more defensive initializing both values.antirez2015-03-301-0/+6
* Check bio.c job type at thread startup.antirez2015-03-301-0/+7
* Ensure array index is in range in addReplyLongLongWithPrefix().antirez2015-03-301-2/+2
* Test: regression for issue #2473.antirez2015-03-271-8/+44
* dict.c: convert types to unsigned long where appropriate.antirez2015-03-271-7/+7
* dict.c: add casting to avoid compilation warning.antirez2015-03-271-1/+1
* Replication: disconnect blocked clients when switching to slave role.antirez2015-03-243-0/+26
* Cluster: redirection refactoring + handling of blocked clients.antirez2015-03-244-29/+102
* Merge pull request #2470 from superlogical/unstableSalvatore Sanfilippo2015-03-241-2/+2
|\
| * create-cluster fix for stop and watch commandssuperlogical2015-03-241-2/+2
|/
* Cluster: unit 10 modified to leave cluster in proper state.antirez2015-03-221-0/+5
* Cluster: CLUSTER FAILOVER TAKEOVER tests.antirez2015-03-221-0/+59
* Cluster: more tests for manual failover + FORCE.antirez2015-03-221-1/+93
* Cluster: new tests1 for manual failover and scripts replication.antirez2015-03-221-0/+95
* Cluster: fix Lua scripts replication to slave nodes.antirez2015-03-222-2/+5
* Two cluster.c comments improved.antirez2015-03-211-2/+3
* Cluster: TAKEOVER option for manual failover.antirez2015-03-211-7/+20
* Fix typo in beforeSleep() comment.antirez2015-03-211-1/+1
* Net: processUnblockedClients() and clientsArePaused() minor changes.antirez2015-03-212-2/+6
* Net: clientsArePaused() should not touch blocked clients.antirez2015-03-211-1/+1
* Cluster: non-conditional steps of slave failover refactored into a function.antirez2015-03-201-27/+40
* Cluster: separate unknown master check from the rest.antirez2015-03-201-2/+5
* Cluster: refactoring around configEpoch handling.antirez2015-03-201-124/+157
* Cluster: better cluster state transiction handling.antirez2015-03-203-2/+21
* Cluster: move clusterBeforeSleep() call before unblocked clients processing.antirez2015-03-201-3/+6
* Cluster: more robust slave check in CLUSTER REPLICATE.antirez2015-03-181-1/+1
* Merge pull request #2386 from inkel/sentinel-add-client-commandSalvatore Sanfilippo2015-03-131-0/+1
|\
| * Support CLIENT commands in Redis SentinelLeandro López (inkel)2015-02-021-0/+1