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