Files
redis/src
Wang Yuan 9ec3294b97 Add timestamp annotations in AOF (#9326)
Add timestamp annotation in AOF, one part of #9325.

Enabled with the new `aof-timestamp-enabled` config option.

Timestamp annotation format is "#TS:${timestamp}\r\n"."
TS" is short of timestamp and this method could save extra bytes in AOF.

We can use timestamp annotation for some special functions. 
- know the executing time of commands
- restore data to a specific point-in-time (by using redis-check-rdb to truncate the file)
2021-10-25 13:08:34 +03:00
..
2021-10-25 13:08:34 +03:00
2021-10-20 15:40:28 +03:00
2020-04-24 17:11:21 -07:00
2021-10-20 11:52:57 +03:00
2021-09-26 17:45:02 +03:00
2020-10-27 15:04:18 +02:00
2020-05-05 23:35:08 -04:00
2019-11-19 17:23:47 +08:00
2021-10-20 11:52:57 +03:00
2019-10-02 11:30:20 +02:00
2021-10-17 20:37:52 +03:00
2021-07-10 10:04:54 -05:00
2021-08-09 09:40:29 +03:00
2020-07-21 08:13:05 +03:00
2021-09-23 14:02:16 +03:00