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

8 lines
125 B
PHP

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