summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Net: improve prepareClientToWrite() error handling and comments.antirez2015-04-012-10/+37
* fixes to diskless replication.Oran Agra2015-03-312-1/+2
* Fix setTypeNext call assuming NULL can be passed.antirez2015-03-311-2/+10
* 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
* 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
* 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
* | Cluster: fix CLUSTER NODES optimization error in 'j' increment.antirez2015-03-131-1/+1
* | Cluster: CLUSTER NODES speedup.antirez2015-03-131-16/+32
* | Config: improve loglevel message error.antirez2015-03-121-1/+1
* | CONFIG GET syslog-facility added.antirez2015-03-121-0/+2
* | CONFIG SET refactoring: use enums in more places.antirez2015-03-111-150/+65
* | Net: better Unix socket error. Issue #2449.antirez2015-03-111-1/+1
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2015-03-111-0/+3
|\ \
| * | Add command CLUSTER MYIDMichel Martens2015-03-101-0/+3
* | | CONFIG refactoring: configEnum abstraction.antirez2015-03-115-93/+108
* | | CONFIG SET: memory and special field macros.antirez2015-03-111-29/+39
|/ /
* | CONFIG SET: additional 2 numerical fields refactored.antirez2015-03-101-9/+10
* | CONFIG SET refactoring of bool and value fields.antirez2015-03-101-149/+101
* | Config: activerehashing option support in CONFIG SET.antirez2015-03-081-0/+5
* | Fix iterator for issue #2438.antirez2015-03-041-1/+1
* | Migrate: replace conditional with pre-computed value.antirez2015-02-271-1/+1
* | String: use new sdigits10() API in stringObjectLen().antirez2015-02-271-3/+1
* | Utils: Include stdint.h and fix signess in sdigits10().antirez2015-02-272-1/+2
* | Hash: HSTRLEN crash fixed when getting len of int-encoded valueantirez2015-02-271-1/+1
* | Hash: HSTRLEN (was HVSTRLEN) improved.antirez2015-02-273-12/+7
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2015-02-273-0/+16
|\ \
| * \ Merge pull request #2415 from landmime/unstableSalvatore Sanfilippo2015-02-273-0/+16
| |\ \
| | * | added a new hvstrlen commandJason Roth2015-02-213-0/+16
* | | | Hash: API to get value string len by field name.antirez2015-02-271-1/+23
* | | | Utils: added function to get radix 10 string length of signed integer.antirez2015-02-272-0/+14
|/ / /
* | | server.current_client fix and minor refactoring.antirez2015-02-272-17/+11
* | | Improvements to PR #2425antirez2015-02-261-10/+10