Files
predis/lib/Predis/Commands/KeyTimeToLive.php
T
2011-04-25 12:39:21 +02:00

10 lines
133 B
PHP

<?php
namespace Predis\Commands;
class KeyTimeToLive extends Command {
public function getId() {
return 'TTL';
}
}