summaryrefslogtreecommitdiff
path: root/src/server.h
Commit message (Expand)AuthorAgeFilesLines
* Scripting: ability to turn on Lua commands style replication globally.antirez2015-10-301-0/+1
* Lua script selective replication fixes.antirez2015-10-301-3/+5
* Lua script selective replication WIP.antirez2015-10-301-1/+2
* Scripting: single commands replication mode implemented.antirez2015-10-301-1/+4
* call(): selective ability to prevent propagation on AOF / slaves.antirez2015-10-301-5/+9
* CLIENT REPLY command implemented: ON, OFF and SKIP modes.antirez2015-10-211-0/+3
* PR 2813 fix ported to unstable.antirez2015-10-151-0/+2
* Server: restartServer() API.antirez2015-10-131-0/+7
* Lazyfree: cond vars to enabled/disable it based on DEL context.antirez2015-10-021-14/+14
* Lazyfree: pending objects count in INFO output.antirez2015-10-011-0/+1
* Lazyfree: ability to free whole DBs in background.antirez2015-10-011-1/+8
* Lazyfree: incremental removed, only threaded survived.antirez2015-10-011-7/+0
* Threaded lazyfree WIP #1.antirez2015-10-011-3/+8
* Hash new implementation memleaks fixed.antirez2015-10-011-1/+0
* Lazyfree: Hash converted to use plain SDS WIP 4.antirez2015-10-011-6/+7
* Lazyfree: Sorted sets convereted to plain SDS. (several commits squashed)antirez2015-10-011-8/+9
* Lazyfree: Convert Sets to use plains SDS (several commits squashed).antirez2015-10-011-7/+9
* Lazyfree: a first implementation of non blocking DEL.antirez2015-10-011-21/+40
* Fix processEventsWhileBlocked() to handle PENDING_WRITE clients.antirez2015-09-301-1/+1
* Refactoring: unlinkClient() added to lower freeClient() complexity.antirez2015-09-301-0/+1
* Refactoring: new function to test if client has pending output.antirez2015-09-301-0/+1
* Move handleClientsWithPendingWrites() in networking.c.antirez2015-09-301-0/+1
* Avoid installing the client write handler when possible.antirez2015-09-301-0/+3
* syncWithMaster(): non blocking state machine.statemachineantirez2015-08-061-2/+10
* Client structure comments improved.antirez2015-08-061-27/+27
* Replication: add REPLCONF CAPA EOF support.slaves_capaantirez2015-08-061-0/+5
* Make sure we re-emit SELECT after each new slave full sync setup.antirez2015-08-051-1/+1
* PSYNC initial offset fix.antirez2015-08-041-0/+5
* CLIENT_MASTER introduced.antirez2015-07-281-3/+6
* Avoid magic "0" argument to prepareForShutdown().antirez2015-07-281-3/+4
* RDMF: More consistent define names.antirez2015-07-271-203/+203
* RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.antirez2015-07-261-5/+5
* RDMF: redisAssert -> serverAssert.antirez2015-07-261-4/+4
* RDMF: OBJ_ macros for object related stuff.antirez2015-07-261-27/+27
* RDMF: use client instead of redisClient, like Disque.antirez2015-07-261-242/+242
* RDMF: redisLog -> serverLog.antirez2015-07-261-6/+6
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-0/+1601