summaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* PSYNC2: Save replication ID/offset on RDB file.psync2antirez2016-11-101-1/+12
* PSYNC2: different improvements to Redis replication.antirez2016-11-091-6/+13
* SWAPDB command.antirez2016-10-141-0/+1
* Module: API to block clients with threading support.antirez2016-10-071-0/+4
* Copyright notice added to module.c.antirez2016-10-061-1/+1
* Child -> Parent pipe for COW info transferring.antirez2016-09-191-2/+14
* MEMORY DOCTOR initial implementation.antirez2016-09-161-1/+1
* Provide percentage of memory peak used info.antirez2016-09-161-0/+2
* MEMORY command: HELP + dataset percentage (like in INFO).antirez2016-09-151-5/+1
* INFO: new memory reporting fields added.antirez2016-09-151-1/+15
* MEMORY OVERHEAD implemented (using Oran Agra initial implementation).antirez2016-09-131-1/+2
* objectComputeSize(): estimate collections sampling N elements.antirez2016-09-131-0/+1
* Merge branch 'aofrdb' into unstableantirez2016-09-091-0/+1
|\
| * RDB AOF preamble: WIP 2.antirez2016-08-091-0/+1
* | fix the fix for the TCP binding.antirez2016-09-091-10/+15
* | fix tcp binding when IPv6 is unsupportedoranagra2016-09-091-9/+13
|/
* Security: Cross Protocol Scripting protection.antirez2016-08-031-0/+2
* Fix comment over 80 cols.antirez2016-08-031-1/+1
* Ability of slave to announce arbitrary ip/port to master.antirez2016-07-271-3/+9
* Avoid simultaneous RDB and AOF child process.antirez2016-07-211-3/+20
* LFU: make counter log factor and decay time configurable.lfuantirez2016-07-201-0/+2
* LRU: Make cross-database choices for eviction.antirez2016-07-131-1/+1
* Move prototype of evictionPoolAlloc() in server.h.antirez2016-07-121-2/+0
* Expire and LRU related code moved into different files.antirez2016-07-061-492/+0
* In Redis RDB check: better error reporting.antirez2016-07-011-1/+1
* In Redis RDB check: initial POC.antirez2016-06-301-1/+1
* Fix incorrect comment for checkForSentinelMode functionMisha Nasledov2016-06-161-1/+1
* TTL and TYPE LRU access fixed. TOUCH implemented.antirez2016-06-141-0/+1
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-06-101-2/+2
|\
| * make RPUSHX and LPUSHX variadicPierre Chapuis2016-06-051-2/+2
* | Improve timer callback creation comment.antirez2016-06-081-2/+3
|/
* Allow SPOP from Lua scriptsItamar Haber2016-05-281-1/+1
* Merge pull request #3222 from oranagra/more_minir_fixesSalvatore Sanfilippo2016-05-181-1/+1
|\
| * minor fixes - mainly signalModifiedKey, and GEORADIUSoranagra2016-05-091-1/+1
* | Modules: command <-> core interface modified to get flags & keys.antirez2016-05-101-1/+3
* | Modules: first preview 31 March 2016.antirez2016-05-101-0/+17
|/
* Revert "Fix commandCommand arity"antirez2016-05-051-1/+1
* Fix commandCommand arityRuben Bridgewater2016-05-051-1/+1
* Cluster: make getNodeByQuery() responsible of -CLUSTERDOWN errors.antirez2016-05-051-16/+10
* Bind both IPv4 and IPv6 or exit with an error by default.antirez2016-05-051-8/+10
* Ensure slots are rechecked on EXEC.Chris Thunes2016-05-051-2/+7
* Merge pull request #3188 from therealbill/unstableSalvatore Sanfilippo2016-05-051-1/+1
|\
| * fix for #3187therealbill2016-04-221-1/+1
* | Allow CONFIG GET during loading.antirez2016-05-041-1/+1
* | Command "r" flag removed from commands not accessing the key space.antirez2016-05-041-35/+35
* | DEBUG command self documentation.antirez2016-05-041-1/+1
|/
* Fix INFO commandstats reporting when argv is rewritten.antirez2016-03-021-2/+2
* BITFIELD command initial implementation.antirez2016-02-261-0/+1
* New options for GEORADIUS: STORE and STOREDIST.antirez2016-02-181-2/+2
* Fixes a typoItamar Haber2016-02-031-2/+2