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