summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.4.182.4.182.4antirez2012-11-282-1/+8
* Jemalloc updated to version 3.2.0.antirez2012-11-2840-631/+1741
* Make sure that SELECT argument is an integer or return an error.antirez2012-09-111-1/+5
* Redis 2.4.172.4.17antirez2012-08-302-1/+12
* Sentinel: added documentation about slave-priority in redis.confantirez2012-08-301-0/+15
* Sentinel: Redis-side support for slave priority.antirez2012-08-303-0/+16
* run_id added to INFO output (backported from 2.6).antirez2012-08-304-0/+55
* Use correct variable name for value to convert.Michael Parker2012-08-221-1/+2
* Set p to its new offset before modifying itPieter Noordhuis2012-08-221-6/+7
* Redis 2.4.162.4.16antirez2012-08-012-1/+9
* mark fd as writable when EPOLLERR or EPOLLHUP is returned by epoll_wait.jokea2012-07-091-0/+2
* Typo in comment.antirez2012-07-091-1/+1
* REPLCONF internal command introduced.antirez2012-07-094-18/+110
* Redis 2.4.152.4.15antirez2012-06-212-5/+13
* Added time.h include in redis-cli.antirez2012-06-021-0/+1
* future-proof version comparisonPremysl Hruby2012-06-021-2/+2
* Deleted jemalloc.orig from /deps.antirez2012-06-0280-30365/+0
* Jemalloc updated to 3.0.0.antirez2012-06-02157-9019/+42840
* Fixed typo in the 2.4.14 release note.antirez2012-05-231-1/+1
* Redis 2.4.142.4.14antirez2012-05-232-1/+16
* Set fd to writable when poll(2) detects POLLERR or POLLHUP event.jokea2012-05-231-0/+2
* Fixed a typo in install_server.shThePicard2012-05-231-1/+1
* No longer used TODO file removed.antirez2012-05-231-4/+0
* Fixed issue #516 (ZINTERSTORE mixing sets and zsets).antirez2012-05-232-1/+10
* Add an implementation of mstime() to 2.4.antirez2012-05-122-0/+6
* 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
* If the computer running the Redis test is slow, we revert to --clients 1 to a...antirez2012-05-121-0/+17
* 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
* memtest.c: integer overflow fixed.antirez2012-05-111-1/+1
* Macros ULONG_ONEZERO / ULONG_ZEROONE were inverted in #ifdef to test 32/64 bi...antirez2012-05-111-3/+3
* Fix PREFIX typo in Makefile.antirez2012-05-091-1/+1
* Allow PREFIX to be overrided in Makefile.antirez2012-05-091-1/+1
* Redis 2.4.132.4.13antirez2012-05-022-1/+10
* Use safe dictionary iterator from KEYSPieter Noordhuis2012-05-011-1/+1
* Redis 2.4.122.4.12antirez2012-04-302-1/+10
* Properly wait the slave to sync with master in BRPOPLPUSH test.antirez2012-04-301-3/+7
* A more lightweight implementation of issue 141 regression test.antirez2012-04-301-13/+26
* Redis test: More reliable BRPOPLPUSH replication test.antirez2012-04-301-2/+5
* Testing framework fixes and improvements backported from 2.6.antirez2012-04-304-16/+52
* A few compiler warnings suppressed.antirez2012-04-292-3/+5
* memtest.c fixed to actually use v1 and v2 in memtest_fill_value().antirez2012-04-291-6/+6
* Limit memory used by big SLOWLOG entries.antirez2012-04-215-8/+51
* Redis 2.4.112.4.11antirez2012-04-192-1/+14
* New redis-cli backported from unstable.antirez2012-04-181-29/+224
* Marginally cleaner lookupKeyByPattern() implementation.antirez2012-04-181-3/+3
* lookupKeyByPattern() used by SORT GET/BY rewritten. Fixes issue #460.antirez2012-04-171-32/+42
* implement aeWait using poll(2). Fixes issue #267.jokea2012-04-061-13/+11