summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TCC: protect dictionaries from changing while accessed.threaded-core-commandsantirez2020-06-101-1/+22
* TCC: simplify sync execution.antirez2020-06-101-15/+19
* TCC: test threaded commands implemented so far.antirez2020-06-101-1/+28
* TCC: fix clientShouldWaitOnLockedKeys() MULTI bug.antirez2020-06-101-4/+4
* TCC: fix unblocking on the synchronous case.antirez2020-06-101-12/+26
* TCC: first set of tests.antirez2020-06-102-0/+94
* TCC: threaded SINTER / SMEMBERS.antirez2020-06-101-29/+85
* TCC: use threaded SUNION/DIFF only for large sets.antirez2020-06-102-11/+23
* TCC: fix SPOP unwanted threaded execution.antirez2020-06-101-9/+9
* TCC: select correct db in reply_client to unlock keys properly.antirez2020-06-101-0/+1
* TCC: Threaded SUNION / SDIFF.antirez2020-06-101-20/+66
* TCC: block clients on EXEC as well.antirez2020-06-101-8/+29
* TCC: also use synchronous execution on AOF loading.antirez2020-06-101-2/+6
* TCC: refactoring + detection of scripts locked keys access.antirez2020-06-104-29/+62
* TCC: run threaded commands synchronously if called by Lua/MULTI.antirez2020-06-101-2/+5
* TCC: DEBUG LOCK implemented.antirez2020-06-101-2/+33
* TCC: LRANGE: fix non-threaded call object reference.antirez2020-06-101-0/+1
* TCC: LRANGE: use threaded execution only for listlen > N.antirez2020-06-101-1/+4
* Threaded core commands: key unlocking WIP 2.antirez2020-06-102-8/+8
* THreaded core commands: key unlocking WIP.antirez2020-06-107-39/+156
* Threaded core commands: block clients on locked keys.antirez2020-06-105-5/+42
* Threaded core commands: clients wait queue WIP.antirez2020-06-103-8/+21
* Threaded core commands: fix LCS leaks on syntax error.antirez2020-06-101-3/+9
* Threaded core commands: initial lockKey() API.antirez2020-06-105-1/+123
* Threaded core commands: API simplification.antirez2020-06-103-37/+23
* Threaded core commands: ability to pass options.antirez2020-06-103-34/+56
* Threaded core commands: call freedata methdo + threads count.antirez2020-06-103-2/+12
* Threaded core commands: WIP #1.antirez2020-06-104-67/+98
* Threaded core commands: genesis.antirez2020-06-102-3/+111
* Adapt EVAL+busy script test to new behavior.antirez2020-06-091-0/+3
* Temporary fix for #7353 issue about EVAL during -BUSY.antirez2020-06-091-0/+9
* Merge pull request #7363 from xhebox/unstableSalvatore Sanfilippo2020-06-081-1/+1
|\
| * return the correct proto versionxhe2020-06-071-1/+1
* | Merge pull request #7370 from oranagra/no_queue_in_aborted_multiSalvatore Sanfilippo2020-06-081-0/+7
|\ \
| * | Don't queue commands in an already aborted MULTI stateOran Agra2020-06-081-0/+7
| |/
* | Merge pull request #7369 from oranagra/no_reject_watchSalvatore Sanfilippo2020-06-081-2/+4
|\ \
| * | Avoid rejecting WATCH / UNWATCH, like MULTI/EXEC/DISCARDOran Agra2020-06-081-2/+4
| |/
* | Merge pull request #7357 from soloestoy/bugfix-aof-keepttlSalvatore Sanfilippo2020-06-082-8/+23
|\ \
| * | AOF: append origin SET if no expire optionzhaozhao.zz2020-06-032-8/+23
* | | Merge pull request #7371 from oranagra/fix_disconnectSlavesSalvatore Sanfilippo2020-06-081-1/+0
|\ \ \
| * | | fix disconnectSlaves, to try to free each slave.Oran Agra2020-06-081-1/+0
| | |/ | |/|
* | | Merge pull request #7352 from soloestoy/donot-free-protected-client-when-bloc...Salvatore Sanfilippo2020-06-081-3/+9
|\ \ \ | |/ / |/| |
| * | donot free protected client in freeClientsInAsyncFreeQueuezhaozhao.zz2020-06-021-3/+9
| |/
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-06-062-1/+2
|\ \ | |/
| * Merge pull request #7349 from oranagra/pingoff-test-raceSalvatore Sanfilippo2020-05-311-0/+1
| |\
| | * fix pingoff test raceOran Agra2020-05-311-0/+1
| |/
| * Merge pull request #7334 from kevin-fwu/tls_load_chained_certsSalvatore Sanfilippo2020-05-311-1/+1
| |\
| | * Fix TLS certificate loading for chained certificates.Kevin Fwu2020-05-271-1/+1
* | | Revert "Implements sendfile for redis."antirez2020-06-062-55/+2
* | | Revert "avoid using sendfile if tls-replication is enabled"antirez2020-06-061-34/+27
|/ /