summaryrefslogtreecommitdiff
path: root/src/redis.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Cluster: slave validity factor is now user configurable.antirez2014-05-221-0/+1
|/
* Cluster: better handling of stolen slots.antirez2014-05-141-0/+1
* RESTORE: reply with -BUSYKEY special error code.antirez2014-05-121-1/+1
* CLIENT LIST speedup via peerid caching + smart allocation.antirez2014-04-281-2/+3
* Process events with processEventsWhileBlocked() when blocked.antirez2014-04-241-0/+1
* ZREMRANGEBYLEX implemented.antirez2014-04-171-0/+1
* Always pass sorted set range objects by reference.antirez2014-04-171-2/+2
* ZLEXCOUNT implemented.antirez2014-04-161-0/+1
* User-defined switch point between sparse-dense HLL encodings.antirez2014-04-151-0/+4
* PFDEBUG added, PFGETREG removed.antirez2014-04-131-1/+1
* ZRANGEBYLEX and ZREVRANGEBYLEX implementation.antirez2014-04-051-2/+10
* PFGETREG added for testing purposes.antirez2014-04-031-0/+1
* HyperLogLog API prefix modified from "P" to "PF".antirez2014-03-311-4/+4
* HyperLogLog: make API use the P prefix in honor of Philippe Flajolet.antirez2014-03-311-4/+4
* HLLMERGE implemented.antirez2014-03-311-0/+1
* String value unsharing refactored into proper function.antirez2014-03-301-0/+1
* HLLCOUNT implemented.antirez2014-03-281-0/+1