summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* First implementation of Redis Sentinel.antirez2012-07-236-44/+2571
* Merge remote-tracking branch 'origin/unstable' into unstableantirez2012-07-221-1/+1
|\
| * Check that we have connection before enabling pipe modeSteeve Lennmark2012-07-151-1/+1
* | Allow Pub/Sub in contexts where other commands are blocked.antirez2012-07-222-12/+21
|/
* Don't assume that "char" is signed.antirez2012-07-182-7/+7
* mark fd as writable when EPOLLERR or EPOLLHUP is returned by epoll_wait.jokea2012-06-291-0/+2
* Typo in comment.antirez2012-06-271-1/+1
* REPLCONF internal command introduced.antirez2012-06-274-18/+110
* Fixed comment typo into time_independent_strcmp().antirez2012-06-211-1/+1
* Fixed a timing attack on AUTH (Issue #560).antirez2012-06-213-1/+49
* Fix c->reply_bytes computation in setDeferredMultiBulkLength()antirez2012-06-151-0/+4
* ziplistFind(): don't assume that entries are comparable by encoding.antirez2012-06-141-5/+10
* Standardize punctuation in redis-cli help.Ted Nyman2012-06-121-6/+6
* Dump ziplist hex value on failed assertion.antirez2012-06-123-1/+30
* Fixed RESTORE hash failure (Issue #532)Alex Mitrofanov2012-06-021-1/+1
* RDB type loading functions clarified in comments.antirez2012-06-021-1/+5
* BITOP bug when called against non existing keys fixed.antirez2012-05-311-0/+1
* Four new persistence fields in INFO. A few renamed.antirez2012-05-254-8/+33
* BITOP command 10x speed improvement.antirez2012-05-241-1/+69
* BITOP: handle integer encoded objects correctly.antirez2012-05-241-2/+16
* BITCOUNT performance improved.antirez2012-05-241-13/+22
* bitop.c renamed bitops.cantirez2012-05-242-1/+1
* popcount() optimization for speed.antirez2012-05-241-2/+18
* BITCOUNT refactoring.antirez2012-05-241-12/+25
* Bit-related string operations moved to bitop.cantirez2012-05-243-249/+260
* New commands: BITOP and BITCOUNT.antirez2012-05-243-1/+154
* Add aof_rewrite_buffer_length INFO field.antirez2012-05-241-0/+2
* Allow an AOF rewrite buffer > 2GB (Fix for issue #504).antirez2012-05-243-19/+121
* Dead code removed from replication.c.antirez2012-05-241-1/+0
* Set fd to writable when poll(2) detects POLLERR or POLLHUP event.jokea2012-05-231-0/+2
* Fixed issue #516 (ZINTERSTORE mixing sets and zsets).antirez2012-05-231-1/+2
* Use comments to split aof.c into sections.antirez2012-05-211-0/+14
* Jemalloc updated to 3.0.0.antirez2012-05-161-2/+1
* WhitespacePieter Noordhuis2012-05-151-2/+2
* use port_getn instead of port_getDave Pacheco2012-05-151-50/+85
* first cut at event port supportDave Pacheco2012-05-153-5/+270
* Added time.h include in redis-cli.antirez2012-05-141-0/+1
* activeExpireCycle(): better precision in max time used.antirez2012-05-141-3/+5
* Impovements for: Redis timer, hashes rehashing, keys collection.antirez2012-05-133-8/+27
* Redis timer interrupt frequency configurable as REDIS_HZ.antirez2012-05-132-21/+57
* Comment improved so that the code goal is more clear. Thx to @agladysh.antirez2012-05-111-1/+1
* More incremental active expired keys collection process.antirez2012-05-112-1/+9
* redis-cli pipe mode: handle EINTR properly as well so that SIGSTOP/SIGCONT ar...antirez2012-05-111-2/+2
* redis-cli pipe mode: handle EAGAIN while writing to socket.antirez2012-05-111-3/+7
* Fix PREFIX typo in Makefile.antirez2012-05-091-1/+1
* Allow PREFIX to be overrided in Makefile.antirez2012-05-091-1/+1
* redis-cli --pipe for mass import.antirez2012-05-072-3/+143
* Compare integers in ziplist regardless of encodingPieter Noordhuis2012-05-061-5/+4
* syncio.c read / write functions reworked for correctness and performance.antirez2012-05-021-14/+28
* Remove useless trailing space in SYNC command sent to master.antirez2012-05-021-1/+1