Files
redis/src
antirez 0b605e54ff Avoid gettimeofday() in expireIfNeeded() when possible.
When the key expires far in the future compared to the cached time in
server.mstime, calling mstime(), that calls gettimeofday(), should not
be very useful. Instead when we are near the expire, we want the
additional precision.

This commit is related to issue #2552.
2015-04-29 15:18:51 +02:00
..
2012-04-13 18:05:51 -07:00
2014-10-06 09:59:02 +02:00
2014-08-27 10:25:04 +02:00
2014-10-29 14:33:50 +01:00
2014-10-29 14:33:50 +01:00
2013-01-19 11:03:19 +01:00
2014-10-06 10:01:36 +02:00
2014-04-22 16:15:01 +02:00
2014-08-27 10:24:22 +02:00
2015-03-04 11:49:53 -08:00
2015-01-09 11:54:52 +01:00
2014-07-09 20:00:50 +02:00
2014-08-27 10:25:31 +02:00
2015-04-01 15:21:08 +02:00
2014-08-27 10:24:52 +02:00
2014-12-23 14:52:57 +01:00
2014-08-27 10:25:31 +02:00
2015-04-01 15:21:08 +02:00
2014-08-27 10:25:54 +02:00
2014-10-06 10:00:43 +02:00
2015-04-27 12:08:03 +02:00
2015-04-27 12:08:03 +02:00
2014-07-09 19:57:37 +02:00
2014-08-27 10:24:08 +02:00
2014-10-06 10:00:43 +02:00
2013-07-02 12:24:08 +02:00
2011-07-06 15:22:00 +02:00
2014-12-16 09:18:20 +01:00
2014-12-09 16:01:13 +01:00
2013-09-03 15:15:42 +02:00