Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable PUBLISH events on Key expiry 2.2 #99

Closed
wants to merge 164 commits into from

Commits on Dec 7, 2010

  1. Move logic concerned with zset ranges

    This also optimizes ZREVRANGEBYSCORE for pathological cases where a
    sorted set contains many elements with the same score. Previously,
    it would traverse the list from back to front in such a case.
    pietern committed Dec 7, 2010
    Configuration menu
    Copy the full SHA
    039357e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2010

  1. Configuration menu
    Copy the full SHA
    4769dc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2010

  1. fixed typo in release notes

    antirez committed Dec 15, 2010
    Configuration menu
    Copy the full SHA
    076ff11 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2010

  1. Configuration menu
    Copy the full SHA
    1443a81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd889d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2010

  1. Configuration menu
    Copy the full SHA
    54e9f28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b902c14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ac5be2 View commit details
    Browse the repository at this point in the history
  4. version bumped to 2.1.10

    antirez committed Dec 20, 2010
    Configuration menu
    Copy the full SHA
    0540df2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4e93ca View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2010

  1. Update hiredis to 0.9.2

    pietern committed Dec 23, 2010
    Configuration menu
    Copy the full SHA
    71b6f64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    736d447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78055bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1408d14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    454f4bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae7db3f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2011

  1. Configuration menu
    Copy the full SHA
    90419b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01a0b09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b2499c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2011

  1. allocation stats in INFO

    antirez committed Jan 9, 2011
    Configuration menu
    Copy the full SHA
    f487bbb View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2011

  1. Configuration menu
    Copy the full SHA
    1b2b8cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ac1b36 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2011

  1. master-slave replication fixed, it was not listing any key using KEYS…

    … command in the slave.
    antirez committed Jan 14, 2011
    Configuration menu
    Copy the full SHA
    360664c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c13c408 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebb07fb View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2011

  1. Configuration menu
    Copy the full SHA
    f43502f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99677e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2011

  1. Configuration menu
    Copy the full SHA
    8ff1353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e18b59a View commit details
    Browse the repository at this point in the history
  3. version bumped to 2.1.11

    antirez committed Jan 17, 2011
    Configuration menu
    Copy the full SHA
    2ccf6e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3becef9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    825d290 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da67b5f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2011

  1. Fixed compilation on FreeBSD

    antirez committed Jan 20, 2011
    Configuration menu
    Copy the full SHA
    9738e58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d526d09 View commit details
    Browse the repository at this point in the history
  3. Fixed issue redis#435 and at the same time introduced explicit ping i…

    …n the master-slave channel that will detect a blocked master or a broken even if apparently connected TCP link.
    antirez committed Jan 20, 2011
    Configuration menu
    Copy the full SHA
    db0e263 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2011

  1. Configuration menu
    Copy the full SHA
    0ffeadd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef8bc13 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2011

  1. Configuration menu
    Copy the full SHA
    65e79a8 View commit details
    Browse the repository at this point in the history
  2. README updated

    antirez committed Jan 25, 2011
    Configuration menu
    Copy the full SHA
    3ce30a6 View commit details
    Browse the repository at this point in the history
  3. other minor README changes

    antirez committed Jan 25, 2011
    Configuration menu
    Copy the full SHA
    5ef8f95 View commit details
    Browse the repository at this point in the history
  4. add tarball script added

    antirez committed Jan 25, 2011
    Configuration menu
    Copy the full SHA
    2f91d7a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2011

  1. propagate key eviction to slaves and AOF, like for expires, so that r…

    …eplicas and AOFs are always consistent even in maxmemory mode.
    antirez committed Jan 27, 2011
    Configuration menu
    Copy the full SHA
    71791e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2011

  1. Configuration menu
    Copy the full SHA
    669f302 View commit details
    Browse the repository at this point in the history
  2. Clarify comment

    pietern committed Jan 31, 2011
    Configuration menu
    Copy the full SHA
    bbaf76e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2011

  1. Configuration menu
    Copy the full SHA
    a36d524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    970e813 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2446fbb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2011

  1. Configuration menu
    Copy the full SHA
    ca9d961 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2011

  1. Configuration menu
    Copy the full SHA
    97aeda9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2011

  1. Configuration menu
    Copy the full SHA
    c2571b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a6281f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2011

  1. Configuration menu
    Copy the full SHA
    eb5aeaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eece2d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7377aac View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2011

  1. Configuration menu
    Copy the full SHA
    1afef16 View commit details
    Browse the repository at this point in the history
  2. fixed color support for test suite. Now colors are shown as long as t…

    …here is xterm somewhere inside the TERM env var
    antirez committed Feb 22, 2011
    Configuration menu
    Copy the full SHA
    c02bda3 View commit details
    Browse the repository at this point in the history
  3. linenoise updated

    antirez committed Feb 22, 2011
    Configuration menu
    Copy the full SHA
    58418d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    595b597 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2011

  1. Configuration menu
    Copy the full SHA
    61e2547 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    4e4b3b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2011

  1. Configuration menu
    Copy the full SHA
    7a55d72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74f6ee8 View commit details
    Browse the repository at this point in the history
  3. version is now 2.2.2

    antirez committed Mar 4, 2011
    Configuration menu
    Copy the full SHA
    3eb3cc9 View commit details
    Browse the repository at this point in the history
  4. RELEASE NOTES updated

    antirez committed Mar 4, 2011
    Configuration menu
    Copy the full SHA
    048c0f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2011

  1. Configuration menu
    Copy the full SHA
    2d2c17b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45332cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    699465c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69bfdcf View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2011

  1. Configuration menu
    Copy the full SHA
    de5d4be View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2011

  1. Configuration menu
    Copy the full SHA
    abdbfc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2011

  1. Fixed issue redis#503. MONITOR + QUIT could crash the server, there a…

    …re actually other interactions that could have the same effect (for instance Pub/Sub).
    antirez committed Mar 31, 2011
    Configuration menu
    Copy the full SHA
    97d3b7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    207ca3c View commit details
    Browse the repository at this point in the history
  3. fixed memory leak introduced with the previous commit. Many thanks to…

    … Pieter Noordhuis for spotting it in no time
    antirez committed Mar 31, 2011
    Configuration menu
    Copy the full SHA
    fb90934 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2011

  1. OBJECT command implemented

    antirez committed Apr 6, 2011
    Configuration menu
    Copy the full SHA
    cf6c3f4 View commit details
    Browse the repository at this point in the history
  2. version is now 2.2.3

    antirez committed Apr 6, 2011
    Configuration menu
    Copy the full SHA
    920c45b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b01578 View commit details
    Browse the repository at this point in the history
  4. CHANGELOG updated

    antirez committed Apr 6, 2011
    Configuration menu
    Copy the full SHA
    27fc619 View commit details
    Browse the repository at this point in the history
  5. make sure that OBJECT ENCODING returns skiplist for sorted sets, and …

    …not raw, so that once we will merge specially encoded sorted sets everything will make sense.
    antirez committed Apr 6, 2011
    Configuration menu
    Copy the full SHA
    93db956 View commit details
    Browse the repository at this point in the history
  6. Redis 2.2.4

    antirez committed Apr 6, 2011
    Configuration menu
    Copy the full SHA
    2b88627 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2011

  1. tests for variadic list push

    antirez committed Apr 15, 2011
    Configuration menu
    Copy the full SHA
    1b90527 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c138dc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a9764d View commit details
    Browse the repository at this point in the history
  4. Revert "variadic LPUSH/RPUSH backported to 2.2"

    This reverts commit c138dc7.
    Moving all the new stuff in 2.4 branch.
    antirez committed Apr 15, 2011
    Configuration menu
    Copy the full SHA
    7600994 View commit details
    Browse the repository at this point in the history
  5. Revert "tests for variadic list push"

    This reverts commit 1b90527.
    Moving all the new stuff in 2.4 branch.
    antirez committed Apr 15, 2011
    Configuration menu
    Copy the full SHA
    38de936 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2011

  1. Reformat AOF tests

    pietern committed Apr 22, 2011
    Configuration menu
    Copy the full SHA
    da06854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf36927 View commit details
    Browse the repository at this point in the history
  3. Redis 2.2.5

    antirez committed Apr 22, 2011
    Configuration menu
    Copy the full SHA
    19b55f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2011

  1. Fixed a bug with replication where SLAVEOF NO ONE caused a slave to c…

    …lose the connection with its slaves
    antirez committed Apr 29, 2011
    Configuration menu
    Copy the full SHA
    9d66582 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2011

  1. Configuration menu
    Copy the full SHA
    50e50d6 View commit details
    Browse the repository at this point in the history
  2. Redis version 2.2.6

    antirez committed May 5, 2011
    Configuration menu
    Copy the full SHA
    97ddfbb View commit details
    Browse the repository at this point in the history

Commits on May 7, 2011

  1. when Redis fails accepting a new connection reports the error at WARN…

    …ING and not VERBOSE error level. Thanks to offby1 for proposing this in the Redis mailing list. #backport-candidate
    antirez committed May 7, 2011
    Configuration menu
    Copy the full SHA
    ccab83e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3554f09 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2011

  1. Introduced a safe iterator interface that can be used to iterate whil…

    …e accessing the dictionary at the same time. Now the default interface is consireded unsafe and should be used only with dictNext()
    antirez committed May 10, 2011
    Configuration menu
    Copy the full SHA
    2e63859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c86a4f9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2011

  1. removed assert causing an illegal memory access. This was responsible…

    … of crashes during BLPOP and other list blocking operations.
    antirez committed May 11, 2011
    Configuration menu
    Copy the full SHA
    f7aef52 View commit details
    Browse the repository at this point in the history
  2. Redis 2.2.7

    antirez committed May 11, 2011
    Configuration menu
    Copy the full SHA
    a7fa2ba View commit details
    Browse the repository at this point in the history

Commits on May 12, 2011

  1. Convert intset encoded set before Z*STORE

    pietern authored and antirez committed May 12, 2011
    Configuration menu
    Copy the full SHA
    1ffa5d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c717adb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd128d2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2011

  1. Fix for DEBUG DIGEST, key may expire on lookup

    antirez committed May 13, 2011
    Configuration menu
    Copy the full SHA
    cc8a0f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    430719c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2011

  1. Configuration menu
    Copy the full SHA
    b02e81b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2011

  1. Configuration menu
    Copy the full SHA
    748a2da View commit details
    Browse the repository at this point in the history

Commits on May 21, 2011

  1. Configuration menu
    Copy the full SHA
    f447a7e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2011

  1. Comment typo fixed

    antirez committed May 24, 2011
    Configuration menu
    Copy the full SHA
    480a2e7 View commit details
    Browse the repository at this point in the history
  2. Redis 2.2.8

    antirez committed May 24, 2011
    Configuration menu
    Copy the full SHA
    ec27920 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2011

  1. Fix for Pub/Sub system, introduced in Redis 2.2.6 with the new copy-o…

    …n-write safe iterator semantics. In the hope this is the last bug I introduced this way.
    antirez committed May 25, 2011
    Configuration menu
    Copy the full SHA
    cc958cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10e987c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2011

  1. Fix for issue 516, rewriting the command vector to correctly repliate…

    … BRPOPLPUSH. Still to test everything, especially edge cases
    antirez committed May 26, 2011
    Configuration menu
    Copy the full SHA
    20867e8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2011

  1. Configuration menu
    Copy the full SHA
    d7061f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b190b0c View commit details
    Browse the repository at this point in the history
  3. use the new rewriteClientCommandVector() function for SPOP -> SREM re…

    …plication translation as well.
    antirez committed May 27, 2011
    Configuration menu
    Copy the full SHA
    196fc32 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2011

  1. Configuration menu
    Copy the full SHA
    dfc7405 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2011

  1. AOF log rewriting in slave performed after a successful sych with the…

    … master was misplaced. Now it happens at the right time.
    antirez committed Jun 9, 2011
    Configuration menu
    Copy the full SHA
    09d9879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be87e76 View commit details
    Browse the repository at this point in the history
  3. Redis 2.2.9

    antirez committed Jun 9, 2011
    Configuration menu
    Copy the full SHA
    7d8c021 View commit details
    Browse the repository at this point in the history
  4. Changelog typo fixed

    antirez committed Jun 9, 2011
    Configuration menu
    Copy the full SHA
    25a585a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2011

  1. Work with make v3.80

    pietern committed Jun 13, 2011
    Configuration menu
    Copy the full SHA
    b13216a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2011

  1. Better init script

    antirez committed Jun 14, 2011
    Configuration menu
    Copy the full SHA
    0b4eb5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0df2e5b View commit details
    Browse the repository at this point in the history
  3. SETNX regression tests.

    pietern authored and antirez committed Jun 14, 2011
    Configuration menu
    Copy the full SHA
    5afce9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d91926 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    046b4f6 View commit details
    Browse the repository at this point in the history
  6. Redis 2.2.10

    antirez committed Jun 14, 2011
    Configuration menu
    Copy the full SHA
    4ec8b73 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2011

  1. Use a safe iterator while saving the DB, since the getExpire() functi…

    …on will access the iterating dictionary.
    antirez committed Jun 17, 2011
    Configuration menu
    Copy the full SHA
    25e805b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2011

  1. Redis 2.2.11

    antirez committed Jun 22, 2011
    Configuration menu
    Copy the full SHA
    a2d68e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2011

  1. Partial fix for a problem with AOF and BRPOP. We have at least a sing…

    …le evidence of an AOF that ended with a BRPOP call against an empty list, causing later issues at run time. Now the problem is detected while loading the AOF at startup, even if it is still to understand how the corrupted AOF was generated.
    antirez committed Jun 29, 2011
    Configuration menu
    Copy the full SHA
    d3b5989 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2011

  1. Slowlog backported to 2.2

    antirez committed Jul 1, 2011
    Configuration menu
    Copy the full SHA
    ad6347b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33d2761 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2011

  1. Configuration menu
    Copy the full SHA
    aaa7fe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a7bfb8 View commit details
    Browse the repository at this point in the history
  3. childrens -> children in INFO output field names. This is a backward …

    …incompatible change, but really a minimal one.
    antirez committed Jul 2, 2011
    Configuration menu
    Copy the full SHA
    1940589 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2011

  1. Configuration menu
    Copy the full SHA
    2e1adff View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2011

  1. Fixed a problem with AOF when it is stopped via CONFIG SET appendonly…

    … no. We used to kill the wrong child...
    antirez committed Jul 7, 2011
    Configuration menu
    Copy the full SHA
    d3203c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2011

  1. Don't expire keys while loading AOF.

    They will be expired (and a DEL will be logged) after the loading is done
    instead.
    hampus authored and antirez committed Jul 15, 2011
    Configuration menu
    Copy the full SHA
    a906670 View commit details
    Browse the repository at this point in the history
  2. use the new rewriteClientCommandVector() function for SPOP -> SREM re…

    …plication translation as well.
    antirez committed Jul 15, 2011
    Configuration menu
    Copy the full SHA
    d30dafe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8082ae View commit details
    Browse the repository at this point in the history
  4. Take a pointer to the relevant entry of the command table in the clie…

    …nt structure. This is generally a more sounding design, simplifies a few functions prototype, and as a side effect fixes a bug related to the conversion of EXPIRE -1 to DEL: before of this fix Redis tried to convert it into an EXPIREAT in the AOF code, regardless of our rewrite of the command.
    antirez committed Jul 15, 2011
    Configuration menu
    Copy the full SHA
    59aecb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    891f919 View commit details
    Browse the repository at this point in the history
  6. removed a second copy of rewriteClientCommandVector put inside the so…

    …urce code for a merge error
    antirez committed Jul 15, 2011
    Configuration menu
    Copy the full SHA
    3fee7e3 View commit details
    Browse the repository at this point in the history
  7. Fixed another merge typo

    antirez committed Jul 15, 2011
    Configuration menu
    Copy the full SHA
    9702c92 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eed4ec4 View commit details
    Browse the repository at this point in the history
  9. Warn the user that will try to enable VM that VM sucks. But still all…

    …ows him to enable VM with a special option.
    antirez committed Jul 15, 2011
    Configuration menu
    Copy the full SHA
    e810859 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    563f4cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa96ebe View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2011

  1. prepareForShutdown() fixed for correctness regarding what to do with …

    …AOF and RDB persistence on exit.
    antirez committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    063923d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec7bbad View commit details
    Browse the repository at this point in the history
  3. Redis 2.2.12

    antirez committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    5960ac9 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2011

  1. Fix adding bulk reply when getcwd fails

    pietern authored and antirez committed Jul 27, 2011
    Configuration menu
    Copy the full SHA
    62e6f6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1b2701 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2011

  1. Configuration menu
    Copy the full SHA
    e1f01c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2011

  1. Configuration menu
    Copy the full SHA
    1d05b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4793a2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24a1580 View commit details
    Browse the repository at this point in the history
  4. Remove the write handler only if there are no longer objects in the o…

    …utput queue AND if the static buffer is empty. This bug was the cause of a possible server-stop-responding-to-client bug under some specific work load. Thanks to Pieter Noordhuis for spotting and fixing it.
    antirez committed Sep 12, 2011
    Configuration menu
    Copy the full SHA
    61f57b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8ed663 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2011

  1. Don't replicate/AOF SAVE

    antirez committed Sep 14, 2011
    Configuration menu
    Copy the full SHA
    8ac3c86 View commit details
    Browse the repository at this point in the history
  2. Optimize LRANGE to scan the list starting from the head or the tail i…

    …n order to traverse the minimal number of elements. Thanks to Didier Spezia for noticing the problem and providing a patch.
    antirez committed Sep 14, 2011
    Configuration menu
    Copy the full SHA
    9e087a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2011

  1. Fix AOF race that may duplicate commands

    pietern authored and antirez committed Sep 16, 2011
    1 Configuration menu
    Copy the full SHA
    5d46759 View commit details
    Browse the repository at this point in the history
  2. First hardcoded publish on expire publish event on channel

    Zohaib Sibt-e-Hassan committed Sep 16, 2011
    Configuration menu
    Copy the full SHA
    07dd061 View commit details
    Browse the repository at this point in the history
  3. Updating display message

    Zohaib Sibt-e-Hassan committed Sep 16, 2011
    Configuration menu
    Copy the full SHA
    80c1454 View commit details
    Browse the repository at this point in the history
  4. Fixing README

    Zohaib Sibt-e-Hassan committed Sep 16, 2011
    Configuration menu
    Copy the full SHA
    68e7809 View commit details
    Browse the repository at this point in the history
  5. Making publishing configurable

    Zohaib Sibt-e-Hassan committed Sep 16, 2011
    Configuration menu
    Copy the full SHA
    c84ab40 View commit details
    Browse the repository at this point in the history