1. 28 Jun, 2013 1 commit
  2. 27 Jun, 2013 1 commit
  3. 26 Jun, 2013 2 commits
  4. 25 Jun, 2013 3 commits
  5. 24 Jun, 2013 3 commits
  6. 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
  7. 20 Jun, 2013 4 commits
  8. 19 Jun, 2013 2 commits
  9. 18 Jun, 2013 2 commits
  10. 12 Jun, 2013 1 commit
  11. 11 Jun, 2013 1 commit
  12. 04 Jun, 2013 1 commit
  13. 31 May, 2013 1 commit
  14. 30 May, 2013 5 commits
  15. 29 May, 2013 2 commits
  16. 28 May, 2013 1 commit
  17. 27 May, 2013 8 commits
  18. 24 May, 2013 1 commit