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

8 lines
124 B
PHP

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