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