summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Modules TSC: use atomic var for server.unixtime.thread-safe-contextantirez2017-05-103-5/+15
* atomicvar.h: show used API in INFO. Add macro to force __sync builtin.antirez2017-05-102-6/+13
* zmalloc.c: remove thread safe mode, it's the default way.antirez2017-05-093-23/+3
* Modules TSC: Add mutex for server.lruclock.antirez2017-05-092-0/+2
* Modules TSC: Improve inter-thread synchronization.antirez2017-05-095-20/+75
* Simplify atomicvar.h usage by having the mutex name implicit.antirez2017-05-043-27/+25
* Lazyfree: fix lazyfreeGetPendingObjectsCount() race reading counter.antirez2017-05-041-1/+3
* Modules TSC: HELLO.KEYS reply format fixed.antirez2017-05-031-13/+15
* Modules TSC: put the client in the pending write list.antirez2017-05-031-1/+13
* adlist: fix final list count in listJoin().antirez2017-05-031-0/+1
* adlist: fix listJoin() to handle empty lists.antirez2017-05-031-2/+8
* Modules: remove unused var in example module.antirez2017-05-031-3/+2
* Modules TSC: HELLO.KEYS example draft finished.antirez2017-05-031-6/+35
* Module: fix RedisModule_Call() "l" specifier to create a raw string.antirez2017-05-031-1/+1
* Modules TSC: Release the GIL for all the time we are blocked.antirez2017-05-036-22/+100
* Modules TSC: Export symbols of the new API.antirez2017-05-022-0/+12
* Modules TSC: Handling of RM_Reply* functions.antirez2017-05-023-14/+82
* Modules TSC: Basic TS context creeation and handling.antirez2017-05-021-1/+60
* Modules TSC: GIL and cooperative multi tasking setup.antirez2017-04-283-1/+31
* Regression test for PSYNC2 issue #3899 added.antirez2017-04-282-0/+62
* PSYNC2: fix master cleanup when caching it.antirez2017-04-273-7/+20
* Defrag: test currently disabled, too many false positives.antirez2017-04-221-38/+40
* Defrag: fix test false positive.antirez2017-04-221-3/+4
* add test for active defragoranagra2017-04-221-0/+45
* Revert "Jemalloc updated to 4.4.0."antirez2017-04-22150-17142/+6259
* Check event loop creation return value. Fix #3951.antirez2017-04-211-0/+6
* Merge pull request #3950 from kensou97/unstableSalvatore Sanfilippo2017-04-201-0/+1
|\
| * update block->free after some diff data are written to the child process张文康2017-04-181-0/+1
* | Fix getKeysUsingCommandTable() in cluster mode.antirez2017-04-191-1/+14
* | PSYNC2: discard pending transactions from cached master.antirez2017-04-191-1/+3
* | Fix PSYNC2 incomplete command bug as described in #3899.antirez2017-04-193-8/+47
* | Merge pull request #3945 from badboy/dicthash-bench-compileSalvatore Sanfilippo2017-04-181-2/+2
|\ \
| * | Reorder to make dict-benchmark compile on LinuxJan-Erik Rediger2017-04-171-2/+2
| |/
* | Fix #3848 by closing the descriptor on error.antirez2017-04-181-1/+2
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2017-04-180-0/+0
|\ \
| * \ Merge pull request #3856 from viennadd/issue-3847Salvatore Sanfilippo2017-04-181-1/+3
| |\ \
| | * | fix #3847: add close socket before return ANET_ERR.vienna2017-03-071-1/+3
* | | | Fix descriptor leak. Close #3848.antirez2017-04-181-1/+3
|/ / /
* | | Clarify why we save ziplist elements in revserse order.antirez2017-04-181-7/+13
* | | Merge pull request #3949 from spinlock/unstable-rdb-encodingSalvatore Sanfilippo2017-04-181-7/+8
|\ \ \ | |_|/ |/| |
| * | rdb: saving skiplist in reversed order to accelerate the deserialisation processspinlock2017-04-171-7/+8
|/ /
* | Cluster: discard pong times in the future.antirez2017-04-151-1/+8
* | Test: fix, hopefully, false PSYNC failure like in issue #2715.antirez2017-04-141-1/+1
* | Cluster: always add PFAIL nodes at end of gossip section.antirez2017-04-142-23/+71
* | Cluster: fix gossip section ping/pong times encoding.antirez2017-04-141-3/+4
* | Cluster: add clean-logs command to create-cluster script.antirez2017-04-142-1/+9
* | Cluster: decrease ping/pong traffic by trusting other nodes reports.antirez2017-04-141-0/+13
* | Cluster: collect more specific bus messages stats.antirez2017-04-132-31/+82
* | Fix typo in feedReplicationBacklog() top comment.antirez2017-04-121-1/+1
* | Add a top comment in crucial functions inside networking.c.antirez2017-04-121-1/+23