1. 08 Mar, 2012 2 commits
    • antirez's avatar
      run_id added to INFO output. · 91d664d6
      antirez authored
      The Run ID is a field that identifies a single execution of the Redis
      server. It can be useful for many purposes as it makes easy to detect if
      the instance we are talking about is the same, or if it is a different
      one or was rebooted. An application of run_id will be in the partial
      synchronization of replication, where a slave may request a partial sync
      from a given offset only if it is talking with the same master. Another
      application is in failover and monitoring scripts.
      91d664d6
    • antirez's avatar
      clusterGetRandomName() generalized into getRandomHexChars() so that we can use... · 44f508f1
      antirez authored
      clusterGetRandomName() generalized into getRandomHexChars() so that we can use it for the run_id field as well.
      44f508f1
  2. 07 Mar, 2012 5 commits
  3. 29 Feb, 2012 5 commits
  4. 28 Feb, 2012 6 commits
  5. 26 Feb, 2012 4 commits
  6. 24 Feb, 2012 2 commits
  7. 23 Feb, 2012 2 commits
  8. 22 Feb, 2012 8 commits
  9. 21 Feb, 2012 5 commits
  10. 19 Feb, 2012 1 commit