summaryrefslogtreecommitdiff
path: root/src/redis.h
Commit message (Expand)AuthorAgeFilesLines
* Config: Add quicklist, remove old list optionsMatt Stancliff2014-12-231-4/+8
* Add quicklist implementationMatt Stancliff2014-12-231-6/+6
* Allow all code tests to run using Redis argsMatt Stancliff2014-12-231-0/+6
* Add addReplyBulkSds() functionMatt Stancliff2014-12-231-0/+1
* Merge pull request #2224 from advance512/spopWithCountSalvatore Sanfilippo2014-12-181-1/+1
|\
| * Fix: case when SPOP with count>MAXINT, setTypeRandomElements() will get negat...Alon Diamant2014-12-181-1/+1
* | Merge pull request #2215 from advance512/spopWithCountSalvatore Sanfilippo2014-12-171-0/+1
|\ \ | |/
| * Added <count> parameter to SPOP:Alon Diamant2014-12-141-0/+1
* | Add cached total system memory to INFO outputMatt Stancliff2014-12-111-0/+2
* | Add maxmemory_policy to INFO outputMatt Stancliff2014-12-111-0/+1
|/
* Merge pull request #2134 from pyr/feature/supervised-initSalvatore Sanfilippo2014-12-111-0/+1
|\
| * Support daemon supervision by upstart or systemdPierre-Yves Ritschard2014-11-111-0/+1
* | Network bandwidth tracking + refactoring.antirez2014-12-031-7/+17
* | Use exp format and more precision output for ZSCAN.antirez2014-12-021-1/+1
* | Diskless SYNC: fix RDB EOF detection.antirez2014-11-111-0/+1
|/
* Added a function to get slave name for logs.antirez2014-10-271-0/+1
* Diskless sync delay is now configurable.antirez2014-10-271-0/+1
* Diskless replication: redis.conf and CONFIG SET/GET support.antirez2014-10-161-2/+2
* Diskless replication flag renamed repl_diskless -> repl_diskless_sync.antirez2014-10-161-3/+3
* Diskless replication: trigger diskless RDB transfer if needed.antirez2014-10-161-1/+1
* Diskless replication: parent-child pipe and a few TODOs.antirez2014-10-141-0/+2
* Diskless replication: RDB -> slaves transfer draft implementation.antirez2014-10-141-1/+5
* Define different types of RDB childs.antirez2014-10-081-0/+6
* Fix typo in redis.hxuxiang2014-09-291-1/+1
* Cluster: new option to work with partial slots coverage.antirez2014-09-171-0/+2
* AOF ability to load truncated files.antirez2014-09-081-0/+2
* Remove warnings and improve integer sign correctness.antirez2014-08-131-2/+2
* Remove duplicate prototypes in redis.hcharsyam2014-08-121-3/+1
* Use 'void' for zero-argument functionscubicdaiya2014-08-081-2/+2
* Clarify AIX "#undef hz".antirez2014-08-071-1/+2
* Add support for compiling on AIXsiahl2014-08-071-0/+5
* PubSub clients refactoring and new PUBSUB flag.antirez2014-07-161-0/+1
* LATENCY DOCTOR first implementation complete.antirez2014-07-081-0/+1
* Send AOF diffs from parent to child to improve latency.antirez2014-07-041-0/+10
* ASCII sparklines generation API.antirez2014-07-021-0/+1
* Latency monitor turned off by default.antirez2014-07-011-1/+1
* LATENCY SAMPLES implemented.antirez2014-07-011-0/+1
* Latency monitor: collect slow commands.antirez2014-07-011-0/+1
* Latency monitor: basic samples collection.antirez2014-07-011-2/+7
* COMMANDS command renamed COMMAND.antirez2014-06-271-1/+1
* Cluster: Add COMMANDS commandMatt Stancliff2014-06-271-0/+1
* No more trailing spaces in Redis source code.antirez2014-06-261-1/+1
* Add REDIS_BIND_ADDR access macroMatt Stancliff2014-06-231-0/+3
* New features for CLIENT KILL.antirez2014-06-161-0/+1
* Assign an unique non-repeating ID to each new client.antirez2014-06-161-0/+2
* Client types generalized.antirez2014-06-161-8/+8
* Merge pull request #1669 from mattsta/blpop-internally-added-keysSalvatore Sanfilippo2014-06-091-0/+1
|\
| * Fix blocking operations from missing new listsMatt Stancliff2014-05-211-0/+1
* | ROLE command added.antirez2014-06-071-0/+1
* | Tag every log line with role.antirez2014-05-221-0/+1