antirez d3701d2714 Limit memory used by big SLOWLOG entries.
Two limits are added:

1) Up to SLOWLOG_ENTRY_MAX_ARGV arguments are logged.
2) Up to SLOWLOG_ENTRY_MAX_STRING bytes per argument are logged.
3) slowlog-max-len is set to 128 by default (was 1024).

The number of remaining arguments / bytes is logged in the entry
so that the user can understand better the nature of the logged command.
2012-04-21 20:34:45 +02:00
..
2012-04-13 17:52:33 -07:00
2011-04-13 10:58:21 +02:00
2011-09-15 18:25:53 +02:00
2012-04-11 11:03:30 +02:00
2012-04-02 11:56:03 +02:00
2011-02-28 14:48:49 +01:00
2012-04-11 12:12:30 +02:00
2012-04-12 11:49:52 +02:00
2012-04-02 11:56:03 +02:00
2012-04-13 15:12:16 +02:00
2012-03-14 14:58:26 +01:00
2012-03-14 14:58:26 +01:00
2011-03-09 15:44:21 +01:00
2012-03-23 10:22:58 +01:00
2012-03-09 22:07:45 +01:00
2012-01-02 15:24:50 -08:00
2011-07-06 15:22:00 +02:00
2012-04-10 16:34:33 +02:00
2012-01-03 16:13:42 -08:00
2012-04-05 10:41:28 +02:00