Lachim / redis

Automatically exported from code.google.com/p/redis
2 stars 0 forks source link

[Feature Request] AOF size in INFO dump #570

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Could the size of the last AOF written be available in the INFO dump?

Drawing this use case from here:

http://support.radishapp.com/discussions/suggestions/2-appendonlyaof-rss-memory-
fragmentation

If this would at least be accepted as a patch, I'll try to whip one up if one 
of the committers doesn't get to it!

Original issue reported on code.google.com by n...@quaran.to on 1 Jun 2011 at 1:17

GoogleCodeExporter commented 8 years ago
Hello Nick, I like the idea of having the AOF current size in the INFO output.
The implementation needs to don't affect performances but this is not hard to 
do... not sure if this feature will go into 2.4.0-rc1 but is small so we can 
merge it afterward, btw feature request accepted, thanks for opening it.

Salvatore

Original comment by anti...@gmail.com on 1 Jun 2011 at 2:06