mirror of
https://github.com/predis/predis.git
synced 2026-08-20 18:42:18 +00:00
8 lines
118 B
PHP
8 lines
118 B
PHP
<?php
|
|
|
|
namespace Predis\Commands;
|
|
|
|
class TimeToLive extends Command {
|
|
public function getId() { return 'TTL'; }
|
|
}
|