Files
predis/lib/Predis/Commands/Get.php
T

10 lines
139 B
PHP

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