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

10 lines
144 B
PHP

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