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