1. 30 Aug, 2012 1 commit
    • antirez's avatar
      run_id added to INFO output (backported from 2.6). · 96fbd433
      antirez authored
      This change is required to make Redis 2.4 compatible with Sentinel.
      
      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.
      96fbd433
  2. 12 May, 2012 1 commit
    • antirez's avatar
      Add an implementation of mstime() to 2.4. · cd2f985a
      antirez authored
      Commit 9419eb0f back ported a better expired keys collection algorithm
      that is more incremental but for it to compile and work we need an
      implementation of the mstime() function that was missing in 2.4.
      cd2f985a
  3. 08 Jun, 2011 1 commit
  4. 27 Apr, 2011 1 commit