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