summaryrefslogtreecommitdiff
path: root/src/redis.c
Commit message (Expand)AuthorAgeFilesLines
* RSS aware maxmemory: algorith #1 implemented.rssmaxmemoryantirez2014-11-171-5/+63
* RSS aware maxmemory: enforced/adjusted == maxmemory on config changes.antirez2014-11-171-2/+2
* RSS aware maxmemory: config settings.antirez2014-11-171-0/+3
* Check THP support at startup and warn about it.antirez2014-11-121-2/+6
* Diskless sync delay is now configurable.antirez2014-10-271-0/+1
* Diskless replication: redis.conf and CONFIG SET/GET support.antirez2014-10-161-1/+1
* Diskless replication flag renamed repl_diskless -> repl_diskless_sync.antirez2014-10-161-1/+1
* Diskless replication: RDB -> slaves transfer draft implementation.antirez2014-10-141-0/+1
* Define different types of RDB childs.antirez2014-10-081-0/+1
* Fix typo radis -> redisT.J. Schuck2014-09-291-1/+1
* Fix typoJuarez Bochi2014-09-291-1/+1
* Cluster: new option to work with partial slots coverage.antirez2014-09-171-0/+1
* Don't propagate SAVE.antirez2014-09-161-0/+1
* AOF ability to load truncated files.antirez2014-09-081-0/+1
* Deny CLIENT command in scriptsMatt Stancliff2014-08-251-1/+1
* Sentinel: Reject config from STDINMatt Stancliff2014-08-251-0/+7
* Remove unused global variableMatt Stancliff2014-08-181-1/+0
* Extend range of bytesToHuman to TB and PBDavid Palm2014-08-181-0/+9
* Remove warnings and improve integer sign correctness.antirez2014-08-131-8/+8
* Use 'void' for zero-argument functionscubicdaiya2014-08-081-4/+4
* Fix issues raised by clang analyzerKashif Rasul2014-08-071-4/+3
* Force quit when receiving a second SIGINT.antirez2014-08-071-1/+13
* Add graceful exit when Ctrl-C is receivedMatt Stancliff2014-08-071-5/+17
* Fix spelling of "stand alone" in ascii artMatt Robenolt2014-07-281-1/+2
* PING: backward compatible error for wrong number of args.antirez2014-07-181-1/+2
* Variadic PING with support for Pub/Sub.antirez2014-07-161-2/+22
* PubSub clients refactoring and new PUBSUB flag.antirez2014-07-161-4/+3
* Fix OBJECT aritymichael-grunder2014-07-111-1/+1
* LATENCY DOCTOR first implementation complete.antirez2014-07-081-0/+1
* Latency monitor: more hooks around the code.antirez2014-07-011-5/+14
* Latency monitor: command duration is in useconds. Convert.antirez2014-07-011-1/+1
* LATENCY SAMPLES implemented.antirez2014-07-011-1/+2
* Latency monitor: collect slow commands.antirez2014-07-011-66/+76
* Latency monitor: basic samples collection.antirez2014-07-011-0/+4
* DEBUG CMDKEYS moved to COMMAND GETKEYS.antirez2014-06-271-0/+18
* COMMAND COUNT subcommand added.antirez2014-06-271-1/+3
* COMMAND: fix argument parsing.antirez2014-06-271-9/+12
* COMMANDS command renamed COMMAND.antirez2014-06-271-2/+2
* COMMANDS command: remove static + aesthetic changes.antirez2014-06-271-18/+18
* Cluster: Add COMMANDS commandMatt Stancliff2014-06-271-0/+68
* No more trailing spaces in Redis source code.antirez2014-06-261-4/+4
* Cancel SHUTDOWN if initial AOF is being writtenMatt Stancliff2014-06-231-0/+6
* Allow to call ROLE in LOADING state.antirez2014-06-211-1/+1
* Assign an unique non-repeating ID to each new client.antirez2014-06-161-0/+1
* Client types generalized.antirez2014-06-161-1/+1
* ROLE command added.antirez2014-06-071-0/+1
* Don't process min-slaves-to-write for slaves.antirez2014-06-051-1/+2
* redisLogFromHandler() format changed to match new logs format.antirez2014-05-221-2/+1
* Tag every log line with role.antirez2014-05-221-1/+12
* Cluster: slave validity factor is now user configurable.antirez2014-05-221-0/+1