* @seenet.rubyeye.xmemcached.CommandFactory#createStatsCommand(java.net.
* InetSocketAddress, java.util.concurrent.CountDownLatch)
*/
public final Command createStatsCommand(InetSocketAddress server,
CountDownLatch latch, String itemName) {
return new TextStatsCommand(server, latch, itemName);
}