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