summaryrefslogtreecommitdiff
path: root/src/redis.c
Commit message (Expand)AuthorAgeFilesLines
* Less gettimeofday() calls in activeExpireCycle().antirez2015-04-301-3/+5
* A way to disable time accounting in call().antirez2015-04-291-4/+12
* INFO loading stats: three fixes.antirez2014-12-231-3/+3
* Fix adjustOpenFilesLimit() logging to match real state.antirez2014-12-191-12/+12
* Don't log admin commands in MONITOR.antirez2014-12-131-1/+1
* List of commands flagged as admin commands modified.antirez2014-12-131-6/+6
* Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn.antirez2014-12-041-0/+18
* Network bandwidth tracking + refactoring.antirez2014-12-031-17/+41
* Don't show the ASCII logo if syslog is enabled.antirez2014-12-031-9/+21
* Mark PFCOUNT as read-only, even if not true.antirez2014-12-021-1/+1
* Check THP support at startup and warn about it.antirez2014-11-121-2/+6
* Diskless sync delay is now configurable.antirez2014-10-291-0/+1
* Diskless replication: redis.conf and CONFIG SET/GET support.antirez2014-10-291-1/+1
* Diskless replication flag renamed repl_diskless -> repl_diskless_sync.antirez2014-10-291-1/+1
* Diskless replication: RDB -> slaves transfer draft implementation.antirez2014-10-291-0/+1
* Define different types of RDB childs.antirez2014-10-291-0/+1
* Fix typo radis -> redisT.J. Schuck2014-10-061-1/+1
* Fix typoJuarez Bochi2014-10-061-1/+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-271-1/+1
* Sentinel: Reject config from STDINMatt Stancliff2014-08-271-0/+7
* Remove unused global variableMatt Stancliff2014-08-271-1/+0
* Extend range of bytesToHuman to TB and PBDavid Palm2014-08-271-0/+9
* Remove warnings and improve integer sign correctness.antirez2014-08-271-8/+8
* Use 'void' for zero-argument functionscubicdaiya2014-08-271-4/+4
* Fix issues raised by clang analyzerKashif Rasul2014-08-271-4/+3
* Force quit when receiving a second SIGINT.antirez2014-08-271-1/+13
* Add graceful exit when Ctrl-C is receivedMatt Stancliff2014-08-271-5/+17
* PING: backward compatible error for wrong number of args.antirez2014-07-181-1/+2
* Variadic PING with support for Pub/Sub.antirez2014-07-181-2/+22
* PubSub clients refactoring and new PUBSUB flag.antirez2014-07-181-4/+3
* Fix OBJECT aritymichael-grunder2014-07-141-1/+1
* LATENCY DOCTOR first implementation complete.antirez2014-07-091-0/+1
* Latency monitor: more hooks around the code.antirez2014-07-091-5/+14
* Latency monitor: command duration is in useconds. Convert.antirez2014-07-091-1/+1
* LATENCY SAMPLES implemented.antirez2014-07-091-1/+2
* Latency monitor: collect slow commands.antirez2014-07-091-69/+79
* Latency monitor: basic samples collection.antirez2014-07-091-0/+4
* Fixed 2.8 build breakage introduced back porting COMMAND.antirez2014-07-021-1/+0
* 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-3/+3
* 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-211-0/+1
* Client types generalized.antirez2014-06-211-1/+1