summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.5.13 (2.6.0 RC7).2.6.0-rc7antirez2012-09-171-1/+1
* A reimplementation of blocking operation internals.antirez2012-09-173-129/+235
* Make sure that SELECT argument is an integer or return an error.antirez2012-09-111-1/+5
* Match printf format with actual type in genRedisInfoString().antirez2012-09-101-1/+1
* BITCOUNT: fix segmentation fault.Haruto Otake2012-09-051-3/+2
* Bug fix: slaves being pinged every secondSaj Goonatilleke2012-09-052-2/+2
* Scripting: Force SORT BY constant determinism inside SORT itself.antirez2012-09-054-7/+6
* Send an async PING before starting replication with master.antirez2012-09-032-11/+70
* Scripting: Reset Lua fake client reply_bytes after command execution.antirez2012-08-311-0/+1
* Sentinel: Redis-side support for slave priority.antirez2012-08-313-2/+12
* Scripting: require at least one argument for redis.call().antirez2012-08-311-0/+7
* Incrementally flush RDB on disk while loading it from a master.antirez2012-08-285-12/+45
* Fix a forget zmalloc_oom() -> zmalloc_oom_handler() replacement.antirez2012-08-241-1/+1
* Better Out of Memory handling.antirez2012-08-244-17/+24
* redis-benchmark: disable big buffer cleanup in hiredis context.antirez2012-08-221-0/+2
* Set p to its new offset before modifying itPieter Noordhuis2012-08-221-7/+8
* Add ziplist test for deleting next to last entriesPieter Noordhuis2012-08-221-0/+53
* Redis 2.5.12 (2.6 RC6).2.6.0-rc6antirez2012-08-011-1/+1
* Use correct variable name for value to convert.Michael Parker2012-07-311-1/+2
* Truncate short write from the AOFSaj Goonatilleke2012-07-311-0/+7
* New in INFO: aof_last_bgrewrite_statusSaj Goonatilleke2012-07-313-3/+13
* Check that we have connection before enabling pipe modeSteeve Lennmark2012-07-221-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-07-091-0/+2
* Typo in comment.antirez2012-07-071-1/+1
* REPLCONF internal command introduced.antirez2012-07-074-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
* Redis 2.5.11 (2.6 RC5).2.6.0-rc5antirez2012-06-151-1/+1
* Fix c->reply_bytes computation in setDeferredMultiBulkLength()antirez2012-06-151-0/+4
* ziplistFind(): don't assume that entries are comparable by encoding.antirez2012-06-151-5/+10
* Standardize punctuation in redis-cli help.Ted Nyman2012-06-131-6/+6
* Dump ziplist hex value on failed assertion.antirez2012-06-123-1/+30
* Version bumped to 2.5.10 (2.6 RC4) + Release Notes.2.6.0-rc4antirez2012-06-071-1/+1
* 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