Files
predis/lib/Predis/Commands/LastSave.php
T

9 lines
176 B
PHP

<?php
namespace Predis\Commands;
class LastSave extends Command {
protected function canBeHashed() { return false; }
public function getId() { return 'LASTSAVE'; }
}