LastSave.php 176 B

12345678
  1. <?php
  2. namespace Predis\Commands;
  3. class LastSave extends Command {
  4. protected function canBeHashed() { return false; }
  5. public function getId() { return 'LASTSAVE'; }
  6. }