1. 02 Jul, 2013 3 commits
  2. 28 Jun, 2013 2 commits
  3. 27 Jun, 2013 1 commit
  4. 26 Jun, 2013 3 commits
  5. 25 Jun, 2013 7 commits
  6. 24 Jun, 2013 3 commits
  7. 21 Jun, 2013 1 commit
    • antirez's avatar
      New API to force propagation. · 515a26bb
      antirez authored
      The old REDIS_CMD_FORCE_REPLICATION flag was removed from the
      implementation of Redis, now there is a new API to force specific
      executions of a command to be propagated to AOF / Replication link:
      
          void forceCommandPropagation(int flags);
      
      The new API is also compatible with Lua scripting, so a script that will
      execute commands that are forced to be propagated, will also be
      propagated itself accordingly even if no change to data is operated.
      
      As a side effect, this new design fixes the issue with scripts not able
      to propagate PUBLISH to slaves (issue #873).
      515a26bb
  8. 20 Jun, 2013 5 commits
  9. 19 Jun, 2013 4 commits
  10. 18 Jun, 2013 2 commits
  11. 17 Jun, 2013 2 commits
  12. 12 Jun, 2013 2 commits
  13. 11 Jun, 2013 1 commit
  14. 04 Jun, 2013 1 commit
  15. 31 May, 2013 2 commits
  16. 30 May, 2013 1 commit