summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bumped to 2.5.10 (2.6 RC4) + Release Notes.2.6.0-rc4antirez2012-06-072-1/+28
* EVAL replication test: less false positives.antirez2012-06-022-4/+8
* Fixed RESTORE hash failure (Issue #532)Alex Mitrofanov2012-06-022-1/+21
* RDB type loading functions clarified in comments.antirez2012-06-021-1/+5
* BITOP bug when called against non existing keys fixed.antirez2012-05-312-0/+7
* 2.6 Release notes: added more new features to the list.antirez2012-05-271-0/+4
* Tests modified to account for INFO fields renaming.antirez2012-05-252-5/+5
* Release notes: more info about 2.4 -> 2.6 migration.antirez2012-05-251-34/+44
* Four new persistence fields in INFO. A few renamed.antirez2012-05-254-8/+33
* BITOP command 10x speed improvement.antirez2012-05-242-2/+80
* BITOP: handle integer encoded objects correctly.antirez2012-05-242-3/+34
* BITCOUNT performance improved.antirez2012-05-241-13/+22
* bitop.c renamed bitops.cantirez2012-05-242-1/+1
* Bit operations tests improved.antirez2012-05-241-15/+21
* 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
* BITOP and BITCOUNT tests.antirez2012-05-242-0/+131
* 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
* TODO file removed.antirez2012-05-231-45/+0
* Use comments to split aof.c into sections.antirez2012-05-231-0/+14
* Redis test: include bug report on crash.antirez2012-05-231-1/+5
* 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-232-1/+10
* Deleted jemalloc.orig from /deps.antirez2012-05-1680-30365/+0
* Jemalloc updated to 3.0.0.antirez2012-05-16157-9019/+42840
* Merge pull request #496 from pietern/2.6-makeinstallSalvatore Sanfilippo2012-05-151-0/+4
|\
| * Fix `install` target on OSX (see #495)Pieter Noordhuis2012-05-041-0/+4
* | Merge pull request #510 from pietern/2.6-eventportSalvatore Sanfilippo2012-05-153-5/+305
|\ \
| * | WhitespacePieter Noordhuis2012-05-141-2/+2
| * | use port_getn instead of port_getDave Pacheco2012-05-141-50/+85
| * | first cut at event port supportDave Pacheco2012-05-143-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-143-8/+27
* | Redis timer interrupt frequency configurable as REDIS_HZ.antirez2012-05-142-20/+54
* | Comment improved so that the code goal is more clear. Thx to @agladysh.antirez2012-05-121-1/+1
* | More incremental active expired keys collection process.antirez2012-05-122-1/+9
* | If the computer running the Redis test is slow, we revert to --clients 1 to a...antirez2012-05-121-0/+17
* | redis-cli pipe mode: handle EINTR properly as well so that SIGSTOP/SIGCONT ar...antirez2012-05-121-2/+2
* | redis-cli pipe mode: handle EAGAIN while writing to socket.antirez2012-05-121-3/+7
* | redis-cli --pipe for mass import.antirez2012-05-122-3/+143
* | Fix PREFIX typo in Makefile.antirez2012-05-091-1/+1
* | Allow PREFIX to be overrided in Makefile.antirez2012-05-091-1/+1
* | Fixed typo in RC3 release notes.antirez2012-05-061-1/+1
* | More complete release notes for 2.5.92.6.0-rc3antirez2012-05-061-0/+7
* | Redis 2.5.9 (2.6 RC3).antirez2012-05-062-1/+10