summaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* Scripting: ability to turn on Lua commands style replication globally.antirez2015-10-301-0/+1
* Fix call() FORCE_REPL/AOF flags setting.antirez2015-10-301-2/+2
* Lua script selective replication fixes.antirez2015-10-301-12/+22
* Scripting: single commands replication mode implemented.antirez2015-10-301-0/+1
* call(): selective ability to prevent propagation on AOF / slaves.antirez2015-10-301-2/+26
* call(): don't inherit CLIENT_PREVENT_PROP + minor refactoring.antirez2015-10-301-3/+6
* DEBUG RESTART/CRASH-AND-RECOVER [delay] implemented.antirez2015-10-131-0/+3
* Server: restartServer() API.antirez2015-10-131-4/+66
* Lazyfree: cond vars to enabled/disable it based on DEL context.antirez2015-10-021-9/+21
* FLUSHDB and FLUSHALL ASYNC option implemented.antirez2015-10-011-2/+2
* Lazyfree: pending objects count in INFO output.antirez2015-10-011-2/+4
* Lazyfree: incremental removed, only threaded survived.antirez2015-10-011-33/+18
* Threaded lazyfree WIP #1.antirez2015-10-011-1/+1
* Lazyfree: Hash converted to use plain SDS WIP 4.antirez2015-10-011-1/+1
* Lazyfree: Hash converted to use plain SDS WIP 1.antirez2015-10-011-18/+18
* Lazyfree: Sorted sets convereted to plain SDS. (several commits squashed)antirez2015-10-011-5/+5
* Lazyfree: Convert Sets to use plains SDS (several commits squashed).antirez2015-10-011-4/+15
* Lazyfree: a first implementation of non blocking DEL.antirez2015-10-011-13/+46
* Move handleClientsWithPendingWrites() in networking.c.antirez2015-09-301-28/+0
* Avoid installing the client write handler when possible.antirez2015-09-301-0/+32
* checkTcpBacklogSetting() now called in Sentinel mode too.antirez2015-07-291-1/+1
* CLIENT_MASTER introduced.antirez2015-07-281-1/+1
* RDMF: Redis -> Server in adjustOpenFilesLimit().antirez2015-07-281-2/+2
* Avoid magic "0" argument to prepareForShutdown().antirez2015-07-281-1/+1
* RDMF: dictRedisObjectDestructor -> dictObjectDestructor."antirez2015-07-281-8/+8
* Use mstime_t as return value of mstime().antirez2015-07-281-1/+1
* RDMF: more names updated.antirez2015-07-271-7/+7
* RDMF: More consistent define names.antirez2015-07-271-240/+240
* RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.antirez2015-07-261-45/+45
* RDMF: redisAssert -> serverAssert.antirez2015-07-261-1/+1
* RDMF: OBJ_ macros for object related stuff.antirez2015-07-261-47/+47
* RDMF: use client instead of redisClient, like Disque.antirez2015-07-261-18/+18
* RDMF: redisLog -> serverLog.antirez2015-07-261-60/+60
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-0/+3908