Latest web development tutorials

Memcached stats sizes command

Memcached stats sizes command is used to display all the item's size and number.

This information returns two columns, the first is the size of the item, the second column is the number of the item.

grammar:

The basic syntax stats sizes command is as follows:

stats sizes

Examples

stats sizes
STAT 96 1
END