summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use clientHasPendingReplies() in flushSlavesOutputBuffers()antirez2015-11-091-1/+1
* Scripting: fix redis.call() error reporting.antirez2015-11-091-5/+18
* Fix error reply in subscribed Pub/Sub mode.antirez2015-11-091-1/+1
* Initialize all Lua scripting related things into scripting.cantirez2015-11-053-12/+33
* scripting.c source code better organized into sections.antirez2015-11-052-155/+182
* Fix HINCRBYFLOAT to work with long doubles.antirez2015-11-043-8/+8
* Dependencies updated.antirez2015-10-301-106/+150
* More reliable DEBUG loadaof.antirez2015-10-301-0/+1
* Scripting: ability to turn on Lua commands style replication globally.antirez2015-10-304-1/+8
* Scripting: fix error reporting of many Redis provided functions.antirez2015-10-301-14/+14
* Fix call() FORCE_REPL/AOF flags setting.antirez2015-10-302-15/+16
* Lua script selective replication fixes.antirez2015-10-303-20/+32
* Lua script selective replication WIP.antirez2015-10-302-3/+58
* Scripting: single commands replication mode implemented.antirez2015-10-303-8/+72
* call(): selective ability to prevent propagation on AOF / slaves.antirez2015-10-302-7/+35
* call(): don't inherit CLIENT_PREVENT_PROP + minor refactoring.antirez2015-10-301-3/+6
* CLIENT REPLY command implemented: ON, OFF and SKIP modes.antirez2015-10-212-1/+31
* Merge pull request #2810 from dwlt/add-copy-replace-parameters-to-redis-trib-...Salvatore Sanfilippo2015-10-151-3/+8
|\
| * Add back blank lineDavid Thomson2015-10-141-0/+1
| * Update import command to optionally use copy and replace parametersDavid Thomson2015-10-141-3/+7
* | PR 2813 fix ported to unstable.antirez2015-10-152-20/+25
* | DEBUG RESTART/CRASH-AND-RECOVER [delay] implemented.antirez2015-10-132-0/+17
* | Server: restartServer() API.antirez2015-10-132-4/+73
|/
* Cluster: redis-trib fix, coverage for migrating=1 case.antirez2015-10-091-2/+12
* Fix extractLongLatOrReply() sanity check conditionals.antirez2015-10-071-9/+9
* Fix GEORADIUS COUNT option arity checks.antirez2015-10-061-1/+1
* Lazyfree options implemented in the configuration.antirez2015-10-051-0/+36
* Lazyfree: cond vars to enabled/disable it based on DEL context.antirez2015-10-024-35/+51
* Fixed a bug in the emptyDb() new implementation.antirez2015-10-011-1/+1
* FLUSHDB and FLUSHALL ASYNC option implemented.antirez2015-10-012-8/+39
* Lazyfree: pending objects count in INFO output.antirez2015-10-013-2/+10
* Lazyfree: ability to free whole DBs in background.antirez2015-10-017-14/+106
* Lazyfree: keep count of objects to free.antirez2015-10-012-3/+11
* zmalloc.c converted to use atomicvar.h.antirez2015-10-011-33/+5
* Atomic vars implemented in a more general way.antirez2015-10-011-0/+94
* Lazyfree: incremental removed, only threaded survived.antirez2015-10-013-191/+24
* Threaded lazyfree WIP #1.antirez2015-10-015-8/+36
* bio.c: new API bioWaitStepOfType().antirez2015-10-012-5/+32
* Hash new implementation memleaks fixed.antirez2015-10-012-12/+52
* Lazyfree: Hash converted to use plain SDS WIP 5.antirez2015-10-013-34/+30
* Lazyfree: Hash converted to use plain SDS WIP 4.antirez2015-10-019-70/+76
* Lazyfree: Hash converted to use plain SDS WIP 3.antirez2015-10-012-29/+20
* Lazyfree: Hash converted to use plain SDS WIP 2.antirez2015-10-014-37/+64
* Lazyfree: Hash converted to use plain SDS WIP 1.antirez2015-10-015-163/+188
* DEBUG DIGEST Set type memory leak fixed.antirez2015-10-011-0/+1
* SORT memory leak fixed.antirez2015-10-011-3/+3
* Lazyfree: Sorted sets convereted to plain SDS. (several commits squashed)antirez2015-10-0110-266/+306
* Lazyfree: Convert Sets to use plains SDS (several commits squashed).antirez2015-10-019-163/+183
* Lazyfree: client output buffers no longer use Redis Objects.antirez2015-10-012-97/+72
* Lazyfree: a first implementation of non blocking DEL.antirez2015-10-018-53/+341