mirror of
https://github.com/predis/predis.git
synced 2026-08-24 15:59:32 +00:00
8 lines
125 B
PHP
8 lines
125 B
PHP
<?php
|
|
|
|
namespace Predis\Commands;
|
|
|
|
class TimeToLive extends Command {
|
|
public function getCommandId() { return 'TTL'; }
|
|
}
|